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

Hub Install Changed #3

Open
nathanhaigh opened this issue Jan 20, 2015 · 0 comments
Open

Hub Install Changed #3

nathanhaigh opened this issue Jan 20, 2015 · 0 comments
Assignees
Milestone

Comments

@nathanhaigh
Copy link
Member

Need to update hub install instructions. The following will install the current latest release on Ubuntu:

VERSION='2.2.0-rc1'
OS='linux'
ARCH='amd64'
cd /opt
wget https://github.com/github/hub/releases/download/v${VERSION}/hub_${VERSION}_${OS}_${ARCH}.gz.tar
tar -xzf hub_${VERSION}_${OS}_${ARCH}.gz.tar && rm hub_${VERSION}_${OS}_${ARCH}.gz.tar && mv hub_${VERSION}_${OS}_${ARCH} hub_${VERSION} && ln -s /opt/hub_${VERSION}/hub /usr/local/bin/
@nathanhaigh nathanhaigh self-assigned this Jan 20, 2015
@nathanhaigh nathanhaigh added this to the Publication milestone Jan 20, 2015
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

No branches or pull requests

1 participant