Skip to content

Commit

Permalink
Added make install instead
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Jan 7, 2017
1 parent c8b49f9 commit 0fe21f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ First, go to your repo for IPFS, check out the right branch, and re-install.
```sh
cd $GOPATH/src/github.com/ipfs/go-ipfs
git checkout master # (or the version you want)
go install ./cmd/ipfs
make install
```

Then to backup your repo:
Expand Down

0 comments on commit 0fe21f4

Please sign in to comment.