Skip to content

Instantly share code, notes, and snippets.

@djmaze
Last active August 29, 2015 13:58
Show Gist options
  • Save djmaze/10325670 to your computer and use it in GitHub Desktop.
Save djmaze/10325670 to your computer and use it in GitHub Desktop.
Install master version of fig on Linux
# 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