Last built 4 months ago using go version go1.5.1 linux/amd64 and 487 seconds of time
This is the ipfs commandline tool. For now, it’s the main entry point to using IPFS.
go install
ipfs
If you’re viewing this in gobuilder, chose the binary that suits you best at the end of this page. Download it, unzip it, and move the binary into place.
# initialize an ipfs node
ipfs init
# list some commands
ipfs
# get help
ipfs <subcmd> --help