Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
d9a2a2b1
Unverified
Commit
d9a2a2b1
authored
May 14, 2019
by
Steven Allen
Committed by
GitHub
May 14, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6332 from ipfs/djdv-patch-1
Update fuse.md
parents
307d06b4
f2d01f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/fuse.md
docs/fuse.md
+2
-1
No files found.
docs/fuse.md
View file @
d9a2a2b1
...
...
@@ -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>
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment