From bb0e73fc2dbfb2e785b78c5832f1e44875c84e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erich=20K=C3=A4stner?= <36450093+jdknives@users.noreply.github.com> Date: Thu, 10 Oct 2019 15:54:51 +0800 Subject: [PATCH] Updated Build Instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bca97780ea..0757467827 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ Skywire requires a version of [golang](https://golang.org/) with [go modules](ht ```bash # Clone. -$ git clone https://github.com/SkycoinProject/skywire -$ cd skywire -$ git checkout mainnet +$ git clone https://github.com/SkycoinProject/skywire-mainnet.git +$ cd skywire-mainnet + # Build $ make build # installs all dependencies, build binaries and apps ```