From 0810d84d6b2e79f6a810670e915fd09e7566333c Mon Sep 17 00:00:00 2001 From: Setvin <117243445+realsetvin@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:16:43 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2d5758e8..01bd093c0 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,13 @@ VKAX is an experimental, community owned cryptocurrency which mirrors parts of t ## Building VKAX (tested for ubuntu) -install depends +Install dependencies ``` -sudo apt-get install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils bison nohang +sudo apt-get install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils bison ``` +
+Build from source ``` git clone https://github.com/vkaxcore/VKAX && cd VKAX/depends/ &&