rose1988c / install-go-ipfs

install go-ipfs shell script

Home Page:https://ipfs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install-go-ipfs shell script

This shell script installs the go-ipfs binary. It is not very safe, as it trusts gobuilder to provide a valid binary.

Install + Run

wget -q https://raw.githubusercontent.com/ipfs/install-go-ipfs/master/install-ipfs.sh
chmod +x install-ipfs.sh
./install-ipfs.sh

Usage

> install-ipfs.sh [<version>] [<install-path>]
installs the ipfs binary at a local install path

Possible <version> values:

Examples

Install a specific version

install-ipfs.sh v0.3.7

Install to a specific path

install-ipfs.sh v0.3.7 ./bin/ipfs

About

install go-ipfs shell script

https://ipfs.io


Languages

Language:Shell 100.0%