Forked from MiguelBel/Install IPFS on Ubuntu 16.04
Created
September 4, 2018 12:06
-
-
Save BlueLightLTD/ece58685d7afd419c2df88049aba9d22 to your computer and use it in GitHub Desktop.
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
| 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