@cryptotaxi247 / kubo / commits / 91250c86b

Add information about installing gx into readme

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>

Jakub Sztandera committed Feb 15, 2016 at 10:11 UTC 91250c86b3ae89cc105922340ef1c4df451f852e
1 file changed +6 -1
README.md
+6 -1
@@ -60,7 +60,7 @@ From there:
60
61 ### Build from Source
62
63 -#### Prerequisite: Install Go
63 +#### Prerequisite 1: Install Go
64
65 First, you'll need Go. If you don't have it: [Download Go 1.5.2+](https://golang.org/dl/).
66
@@ -73,6 +73,11 @@ export PATH=$PATH:$GOPATH/bin
73
74 (If you run into trouble, see the [Go install instructions](https://golang.org/doc/install)).
75
76 +#### Prerequisite 2: Install gx and gx-go
77 +
78 +You can try using your package manager for it but it is unlikely it is there.
79 +Other way is to run `make toolkit_upgrade` before running `make install` in the next step.
80 +
81 #### Download + Compile IPFS
82
83 Then: