From f2d01f5201cd3a20130e20bcdba25b6b53300c63 Mon Sep 17 00:00:00 2001 From: Dominic Della Valle Date: Tue, 14 May 2019 18:31:32 -0400 Subject: [PATCH] Update fuse.md Requiring this step isn't as likely anymore. --- docs/fuse.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/fuse.md b/docs/fuse.md index 683efb517..f26b0e31d 100644 --- a/docs/fuse.md +++ b/docs/fuse.md @@ -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 ```