Unverified 提交 d9a2a2b1 作者: Steven Allen 提交者: GitHub

Merge pull request #6332 from ipfs/djdv-patch-1

Update fuse.md
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论