Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sunk818/cd259056386be0fb914d76046d1efcd1 to your computer and use it in GitHub Desktop.
Save sunk818/cd259056386be0fb914d76046d1efcd1 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.10/go-ipfs_v0.4.10_linux-386.tar.gz
tar xvfz go-ipfs_v0.4.10_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