mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
This configuration is supported since GoBuilder 1.16.0 so now we should be able to build windows binaries in GoBuilder License: MIT Signed-off-by: Knut Ahlers <knut@ahlers.me> |
||
|---|---|---|
| .. | ||
| dist | ||
| .gitignore | ||
| .gobuilder.yml | ||
| daemon.go | ||
| equinox.yaml | ||
| init.go | ||
| ipfs.go | ||
| main_test.go | ||
| main.go | ||
| Makefile | ||
| README.md | ||
go-ipfs/cmd/ipfs
This is the ipfs commandline tool. For now, it's the main entry point to using IPFS.
Install from source
go install
ipfs
Install from gobuilder.me
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.
Usage
# initialize an ipfs node
ipfs init
# list some commands
ipfs
# get help
ipfs <subcmd> --help
