Skip to content

guodont/install-go-ipfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

install-go-ipfs

standard-readme compliant

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.

Table of Contents

Install

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

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT

About

install go-ipfs shell script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%