Unverified 提交 f2d01f52 作者: Dominic Della Valle 提交者: GitHub

Update fuse.md

Requiring this step isn't as likely anymore.
上级 307d06b4
...@@ -17,7 +17,8 @@ Install `fuse` with your favorite package manager: ...@@ -17,7 +17,8 @@ Install `fuse` with your favorite package manager:
sudo apt-get install fuse 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 ```sh
sudo usermod -a -G fuse <username> sudo usermod -a -G fuse <username>
``` ```
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论