Update fuse.md

Requiring this step isn't as likely anymore.
This commit is contained in:
Dominic Della Valle 2019-05-14 18:31:32 -04:00 committed by GitHub
parent 307d06b465
commit f2d01f5201
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>
```