Skip to content

Commit

Permalink
Merge pull request #2342 from Kubuxu/feat/gx-in-readme
Browse files Browse the repository at this point in the history
Add information about installing gx into readme
  • Loading branch information
whyrusleeping committed Feb 16, 2016
2 parents 58a6085 + ed3cf18 commit e19dbba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand All @@ -73,6 +73,10 @@ 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 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

Then:
Expand Down

0 comments on commit e19dbba

Please sign in to comment.