From 91250c86b3ae89cc105922340ef1c4df451f852e Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Mon, 15 Feb 2016 10:11:53 +0100 Subject: [PATCH 1/2] Add information about installing gx into readme License: MIT Signed-off-by: Jakub Sztandera --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0da1a45b367..9ad771cc1b1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ From there: ### Build from Source -#### Prerequisite: Install Go +#### Prerequisite 1: Install Go First, you'll need Go. If you don't have it: [Download Go 1.5.2+](https://golang.org/dl/). @@ -73,6 +73,11 @@ export PATH=$PATH:$GOPATH/bin (If you run into trouble, see the [Go install instructions](https://golang.org/doc/install)). +#### Prerequisite 2: Install gx and gx-go + +You can try using your package manager for it but it is unlikely it is there. +Other way is to run `make toolkit_upgrade` before running `make install` in the next step. + #### Download + Compile IPFS Then: From ed3cf18f1410ef834a08aaf3e3deb29780c69dc9 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Tue, 16 Feb 2016 18:13:18 +0100 Subject: [PATCH 2/2] Update README gx section according to suggestions License: MIT Signed-off-by: Jakub Sztandera --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ad771cc1b1..4fe88959a8d 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,7 @@ export PATH=$PATH:$GOPATH/bin #### Prerequisite 2: Install gx and gx-go -You can try using your package manager for it but it is unlikely it is there. -Other way is to run `make toolkit_upgrade` before running `make install` in the next step. +You can try using package manager, but gx and gx-go are unlikely to be available in repositories currently. The recommended way to install is to run `make toolkit_upgrade` before running `make install` in the next step. #### Download + Compile IPFS