Commit 0dba051c authored by Jeromy's avatar Jeromy

add better makefile and reference gx stuff in readme

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 0e8a6700
...@@ -27,7 +27,7 @@ deps: gx ...@@ -27,7 +27,7 @@ deps: gx
vendor: godep vendor: godep
godep save -r ./... godep save -r ./...
install: install: deps
cd cmd/ipfs && go install -ldflags=$(ldflags) cd cmd/ipfs && go install -ldflags=$(ldflags)
build: build:
......
...@@ -55,10 +55,12 @@ export PATH=$PATH:$GOPATH/bin ...@@ -55,10 +55,12 @@ export PATH=$PATH:$GOPATH/bin
### Download + Compile IPFS ### Download + Compile IPFS
Then simply: Then:
``` ```
go get -u github.com/ipfs/go-ipfs/cmd/ipfs $ go get -d github.com/ipfs/go-ipfs
$ cd $GOPATH/src/github.com/ipfs/go-ipfs
$ make install
``` ```
NOTES: NOTES:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment