Skip to content

Instantly share code, notes, and snippets.

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 davidp94/fc89a4217b35a3bac4f9d0974abbd4b8 to your computer and use it in GitHub Desktop.
Save davidp94/fc89a4217b35a3bac4f9d0974abbd4b8 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install golang-go -y
wget https://dist.ipfs.io/go-ipfs/v0.4.15/go-ipfs_v0.4.15_linux-386.tar.gz
tar xvfz go-ipfs_v0.4.15_linux-386.tar.gz
sudo mv go-ipfs/ipfs /usr/local/bin/ipfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment