|
5 months ago | |
---|---|---|
... | ||
config | 6 months ago | |
tmp | 5 months ago | |
LICENSE | 6 months ago | |
LICENSE-APACHE | 6 months ago | |
LICENSE-MIT | 6 months ago | |
README.md | 6 months ago | |
install.sh | 6 months ago |
This is the ipfs commandline tool. It contains a full ipfs node.
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.
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