JSPM

  • Created
  • Published
  • Downloads 914
  • Score
    100M100P100Q33682F
  • License MIT

Install the latest go-ipfs binary

Package Exports

  • go-ipfs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (go-ipfs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

install go-ipfs from npm

Install the latest go-ipfs binary.

npm install -g go-ipfs

Installs from https://gobuilder.me/github.com/ipfs/go-ipfs/cmd/ipfs.

Usage

> npm install -g go-ipfs
> ipfs version
ipfs version 0.2.3

> npm install go-ipfs
> node_modules/.bin/ipfs
ipfs version 0.2.3

See IPFS getting-started. If anything goes wrong, try using: http://ipfs.io/docs/install.

Warning: this module uses the latest version of ipfs. If there is a strong need to vendor an older version, let us know. We care about versions very much :( but for a number of reasons, this is easier for us all right now.