Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: use go install instead of go get #1048

Merged
merged 2 commits into from
Oct 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
readme: use go install instead of go get
  • Loading branch information
kamaln7 committed Oct 27, 2021
commit 32b983094e955c576458ff0d4d087bed66faca0b
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ configured, you can install the development version of `doctl` from
the command line.

```
go get github.com/digitalocean/doctl/cmd/doctl
go install github.com/digitalocean/doctl/cmd/doctl@latest
```

While the development version is a good way to take a peek at
Expand Down