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/ &&