-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
The instructions in the README to build using go install fail since they do not point to the command:
$ go install github.com/okta/okta-aws-cli/v2@latest
go: downloading github.com/okta/okta-aws-cli v1.2.2
go: downloading github.com/okta/okta-aws-cli/v2 v2.6.0
go: github.com/okta/okta-aws-cli/v2@latest: module github.com/okta/okta-aws-cli/v2@latest found (v2.6.0), but does not contain package github.com/okta/okta-aws-cli/v2
The command provided should be go install github.com/okta/okta-aws-cli/v2/cmd/okta-aws-cli@latest or go install github.com/okta/okta-aws-cli/v2/cmd/okta-aws-cli@v2.5.1 for the version-specific case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels