We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307d06b commit f2d01f5Copy full SHA for f2d01f5
docs/fuse.md
@@ -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:
+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
0 commit comments