Skip to content

Commit

Permalink
README.md: use "go get" in the Go installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jul 14, 2020
1 parent f53ac66 commit 84f9d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Check the [releases page](https://github.com/cirruslabs/cirrus-cli/releases) for
If you have Go 1.14 installed, you can run:

```
go install github.com/cirruslabs/cirrus-cli/...
go get github.com/cirruslabs/cirrus-cli/...
```

This will build and place the `cirrus` binary in `$GOPATH/bin`.
Expand Down

0 comments on commit 84f9d89

Please sign in to comment.