diff --git a/docs/fuse.md b/docs/fuse.md index 683efb517..f26b0e31d 100644 --- a/docs/fuse.md +++ b/docs/fuse.md @@ -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 ```