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
commit 50321f73fb

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
```