Unverified Commit f2d01f52 authored by Dominic Della Valle's avatar Dominic Della Valle Committed by GitHub

Update fuse.md

Requiring this step isn't as likely anymore.
parent 307d06b4
......@@ -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>
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment