Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit 1937e8b

Browse files
committed
fix the install documentation, one final time
fixes #17
1 parent baf5f01 commit 1937e8b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@
1818

1919
## Install
2020

21-
In order to build this project, you need to first install Go and then `go get` this repo, finally run `make install`:
21+
In order to build this project, you need to first install Go, clone this repo, and finally run `make install`:
2222

2323
```sh
24-
> go get github.com/ipfs/http-api-docs/http-api-docs
25-
> cd $GOPATH/src/github.com/ipfs/http-api-docs
24+
> GOPATH="$(go env GOPATH)"
25+
> mkdir -p "$GOPATH/src/github.com/ipfs/"
26+
> cd "$GOPATH/src/github.com/ipfs/"
27+
> git clone https://github.com/ipfs/http-api-docs
28+
> cd http-api-docs
2629
> make install
2730
```
2831

0 commit comments

Comments
 (0)