@cryptotaxi247 / kubo / commits / bdead901d

link to the actual doc (#8126)

* doc: link to the actual fuse doc

Michael Burns committed Jun 25, 2021 at 15:35 UTC bdead901dae453744387a7fa598c35f263ec8faa
1 file changed +1 -1
README.md
+1 -1
@@ -222,7 +222,7 @@ dependencies as well.
222 - _WARNING_: Older versions of OSX FUSE (for Mac OS X) can cause kernel panics when mounting!-
223 We strongly recommend you use the [latest version of OSX FUSE](http://osxfuse.github.io/).
224 (See https://github.com/ipfs/go-ipfs/issues/177)
225 -- For more details on setting up FUSE (so that you can mount the filesystem), see the docs folder.
225 +- Read [docs/fuse.md](docs/fuse.md) for more details on setting up FUSE (so that you can mount the filesystem).
226 - 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.
227 - See the [misc folder](https://github.com/ipfs/go-ipfs/tree/master/misc) for how to connect IPFS to systemd or whatever init system your distro uses.
228