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

Simplify installation instructions #1100

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

zubron
Copy link
Contributor

@zubron zubron commented Apr 1, 2020

What this PR does / why we need it:
Our installation instructions included a command to download and extract
a release tarball from GitHub. This command assumed the presence of
$HOME/bin which not all users had. It also assumed that users will be
downloading an amd64 release.

Now that we are supporting many more platforms and architectures, it is
simpler to leave it up to the user to select the release they want and
extract it to their desired location.

Also, due to the increased changes to the platforms we support, and the
new workflows for building images for those targets, we don't recommend
building from source so remove that as a suggestion.

Signed-off-by: Bridget McErlean bmcerlean@vmware.com

Which issue(s) this PR fixes

@zubron zubron force-pushed the update-readme-instructions branch from fa88eff to d54f8b2 Compare April 1, 2020 19:03
Our installation instructions included a command to download and extract
a release tarball from GitHub. This command assumed the presence of
`$HOME/bin` which not all users had. It also assumed that users will be
downloading an `amd64` release.

Now that we are supporting many more platforms and architectures, it is
simpler to leave it up to the user to select the release they want and
extract it to their desired location.

Also, due to the increased changes to the platforms we support, and the
new workflows for building images for those targets, we don't recommend
building from source so remove that as a suggestion.

Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
@zubron zubron force-pushed the update-readme-instructions branch from d54f8b2 to 08e1493 Compare April 1, 2020 19:45
@zubron zubron merged commit 7613c7d into vmware-tanzu:master Apr 1, 2020
@zubron zubron deleted the update-readme-instructions branch April 1, 2020 20:04
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.

Installation steps in README assume presence of $HOME/bin directory
1 participant