Merge pull request #6332 from ipfs/djdv-patch-1

Update fuse.md
This commit is contained in:
Steven Allen 2019-05-14 16:01:07 -07:00 committed by GitHub
commit d9a2a2b162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ Install `fuse` with your favorite package manager:
sudo apt-get install fuse
```
Add the user which will be running IPFS daemon to the `fuse` group:
On some older Linux distributions, you may need to add yourself to the `fuse` group.
(If no such group exists, you can probably skip this step)
```sh
sudo usermod -a -G fuse <username>
```