1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-22 21:21:43 +08:00

Add link to init system examples - closes #1430

License: MIT
Signed-off-by: Sean Lang <slang800@gmail.com>
This commit is contained in:
Sean Lang
2015-07-05 21:37:00 -04:00
parent 4c55b30e48
commit 7ede3f44c5

View File

@ -33,6 +33,7 @@ dependencies as well.
(See https://github.com/ipfs/go-ipfs/issues/177)
* For more details on setting up FUSE (so that you can mount the filesystem), see the docs folder
* Shell command completion is available in `misc/completion/ipfs-completion.bash`. Read [docs/command-completion.md](docs/command-completion.md) to learn how to install it.
* See the [init examples](https://github.com/ipfs/examples/tree/master/examples/init) for how to connect IPFS to systemd or whatever init system your distro uses.
## Usage