kubo/cmd/ipfs/dist
Oli Evans c18760060b
fix: show interactive output from install.sh
When trying out the latest rc, i used the `./install.sh`
It hung, with no output. I removed the 2> /dev/null and
it turned out mv was waiting for user input to confirm
the change of file permssions from 555 to 755.

This PR removes piping the output from mv to /dev/null
as it seems like the safest fix.

An alternative would be to just add -f but i've err'd
on the side of caution.

If also tweaked the second condition basedo on the
recommendations of shellcheck
see: https://github.com/koalaman/shellcheck/wiki/SC2166

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2019-02-26 13:46:40 +00:00
..
install.sh fix: show interactive output from install.sh 2019-02-26 13:46:40 +00:00
LICENSE gobuilder improvements 2015-04-02 03:00:49 -07:00
README.md Fix typo of sudo install command 2018-05-06 19:09:43 +08:00

ipfs commandline tool

This is the ipfs commandline tool. It contains a full ipfs node.

Install

To install it, move the binary somewhere in your $PATH:

sudo mv ipfs /usr/local/bin/ipfs

Or run sudo ./install.sh which does this for you.

Usage

First, you must initialize your local ipfs node:

ipfs init

This will give you directions to get started with ipfs. You can always get help with:

ipfs --help