Skip to content

Commit

Permalink
Update go get installation cmd to go install
Browse files Browse the repository at this point in the history
`go get` is not supported on external modules, `go install` is now the cmd
  • Loading branch information
BrayFlex authored and dylanhitt committed Apr 2, 2024
1 parent 72359e9 commit 1219fd1
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 @@ -65,7 +65,7 @@ For more information take a look at the [quick start](#quick-start), the [exampl
Probably the easiest way to install `commander` is by using `go get` to download and install it in one simple command:

```bash
go get github.com/commander-cli/commander/v2/cmd/commander
go install github.com/commander-cli/commander/v2/cmd/commander@latest
```

This works on any OS, as long as go is installed. If go is not installed on your system, follow one of the methods below.
Expand Down

0 comments on commit 1219fd1

Please sign in to comment.