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

Update README to download release instead of go get #942

Merged
merged 1 commit into from
Oct 8, 2019
Merged

Update README to download release instead of go get #942

merged 1 commit into from
Oct 8, 2019

Conversation

johnSchnake
Copy link
Contributor

What this PR does / why we need it:
Go get has a number of issues with it since it requires go, grabs
master instead of a release, builds using the local go settings/version,
etc.

We'd like to just show people how to download a release in a terminal.

Which issue(s) this PR fixes
Fixes #941

Special notes for your reviewer:

Release note:

NONE

@johnSchnake johnSchnake requested a review from zubron October 8, 2019 14:47
Go get has a number of issues with it since it requires go, grabs
master instead of a release, builds using the local go settings/version,
etc.

We'd like to just show people how to download a release in a terminal.

Fixes #941

Signed-off-by: John Schnake <[email protected]>
@johnSchnake johnSchnake mentioned this pull request Oct 8, 2019
@johnSchnake johnSchnake merged commit e18111d into vmware-tanzu:master Oct 8, 2019
@johnSchnake johnSchnake deleted the readmeInstallInstructions branch October 8, 2019 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default installation way - problem with installing sonobuoy using go get
2 participants