Skip to content

Instantly share code, notes, and snippets.

@chevdor
Created April 26, 2018 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chevdor/489bfe8e10005672c280c9d6c90672ef to your computer and use it in GitHub Desktop.
Save chevdor/489bfe8e10005672c280c9d6c90672ef to your computer and use it in GitHub Desktop.
Fabric tools
mkdir -p $HOME/fabric-tools &&
cd $HOME/fabric-tools &&
curl -sSL https://goo.gl/6wtTN5 | bash -s 1.1.0 &&
echo "export PATH=$PATH:$HOME/fabric-tools" >> $HOME/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment