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

Commit 1a77c39

Browse files
authored
Merge pull request #18 from ipfs/fix/17
fix the install documentation, one final time
2 parents baf5f01 + 7520b7e commit 1a77c39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
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+
> git clone https://github.com/ipfs/http-api-docs "$(go env GOPATH)/src/github.com/ipfs/http-api-docs"
25+
> cd "$(go env GOPATH)/src/github.com/ipfs/http-api-docs"
2626
> make install
2727
```
2828

0 commit comments

Comments
 (0)