Skip to content

Commit

Permalink
doc: recommend go install not go get
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Oct 25, 2021
1 parent 849d827 commit 71dd798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ curl -sSfL https://git.io/addchain | sh -s -- -b /usr/local/bin
Alternatively build from source:

```
go get -u github.com/mmcloughlin/addchain/cmd/addchain
go install github.com/mmcloughlin/addchain/cmd/addchain@latest
```

Search for a curve25519 field inversion addition chain with:
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/docgen/templates/readme.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ curl -sSfL https://git.io/addchain | sh -s -- -b /usr/local/bin
Alternatively build from source:

```
go get -u github.com/mmcloughlin/addchain/cmd/addchain
go install github.com/mmcloughlin/addchain/cmd/addchain@latest
```

Search for a curve25519 field inversion addition chain with:
Expand Down

0 comments on commit 71dd798

Please sign in to comment.