Skip to content

Commit f2d01f5

Browse files
authored
Update fuse.md
Requiring this step isn't as likely anymore.
1 parent 307d06b commit f2d01f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/fuse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Install `fuse` with your favorite package manager:
1717
sudo apt-get install fuse
1818
```
1919

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)
2122
```sh
2223
sudo usermod -a -G fuse <username>
2324
```

0 commit comments

Comments
 (0)