Open nathanhaigh opened 9 years ago
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/
Need to update hub install instructions. The following will install the current latest release on Ubuntu: