Skip to content
Snippets Groups Projects
Commit 0dba051c authored by Jeromy Johnson's avatar Jeromy Johnson
Browse files

add better makefile and reference gx stuff in readme


License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 0e8a6700
Branches
No related tags found
1 merge request!1New
......@@ -27,7 +27,7 @@ deps: gx
vendor: godep
godep save -r ./...
install:
install: deps
cd cmd/ipfs && go install -ldflags=$(ldflags)
build:
......
......@@ -55,10 +55,12 @@ export PATH=$PATH:$GOPATH/bin
### 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment