mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Update fuse.md
Requiring this step isn't as likely anymore.
This commit is contained in:
parent
307d06b465
commit
f2d01f5201
@ -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>
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user