1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

Merge pull request #1308 from multikatt/patch-1

AllowOther -> FuseAllowOther
This commit is contained in:
Juan Batiz-Benet
2015-05-31 13:10:33 -07:00

View File

@ -65,7 +65,7 @@ ipfs daemon --mount
If you wish to allow other users to use the mount points, use the following:
```sh
ipfs config Mounts.AllowOther --bool true
ipfs config Mounts.FuseAllowOther --bool true
ipfs daemon --mount
```