Last active
August 29, 2015 13:58
-
-
Save djmaze/10325670 to your computer and use it in GitHub Desktop.
Install master version of fig on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clone | |
git clone [email protected]:orchardup/fig.git | |
cd fig | |
# build | |
sudo script/build-linux | |
# let it fail, adjust permissions, then build again: | |
sudo chown `id -u` dist | |
sudo script/build-linux | |
# install | |
sudo cp dist/fig /usr/local/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment