@cryptotaxi247 / kubo / commits / f2d01f520

Update fuse.md

Requiring this step isn't as likely anymore.

Dominic Della Valle committed May 14, 2019 at 18:31 UTC f2d01f5201cd3a20130e20bcdba25b6b53300c63
1 file changed +2 -1
docs/fuse.md
+2 -1
@@ -17,7 +17,8 @@ Install `fuse` with your favorite package manager:
17 sudo apt-get install fuse
18 ```
19
20 -Add the user which will be running IPFS daemon to the `fuse` group:
20 +On some older Linux distributions, you may need to add yourself to the `fuse` group.
21 +(If no such group exists, you can probably skip this step)
22 ```sh
23 sudo usermod -a -G fuse <username>
24 ```