Unverified Commit d9a2a2b1 authored by Steven Allen's avatar Steven Allen Committed by GitHub

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

Update fuse.md
parents 307d06b4 f2d01f52
......@@ -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