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.
wget -q https://raw.githubusercontent.com/ipfs/install-go-ipfs/master/install-ipfs.sh
chmod +x install-ipfs.sh
./install-ipfs.sh
> install-ipfs.sh [<version>] [<install-path>]
installs the ipfs binary at a local install path
Possible <version>
values:
release
- the last released version <-- recommendedmaster
- development, stable- Eg.
v0.3.7
- one of the releases
Install a specific version
install-ipfs.sh v0.3.7
Install to a specific path
install-ipfs.sh v0.3.7 ./bin/ipfs
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
MIT