Closed BrayFlex closed 7 months ago
Fixes # README Installation with Go Fix: go get is not supported for external modules, go install is now the cmd
go get
go install
Linux
Windows
macOS
I believe the first 2 checklist items are not applicable and I am unable to test on Linux / Windows that go install github.com/commander-cli/commander/v2/cmd/commander@latest installs commander.
go install github.com/commander-cli/commander/v2/cmd/commander@latest
Fixes # README Installation with Go Fix:
go get
is not supported for external modules,go install
is now the cmdChecklist
Linux
andWindows
?macOS
?I believe the first 2 checklist items are not applicable and I am unable to test on Linux / Windows that
go install github.com/commander-cli/commander/v2/cmd/commander@latest
installs commander.