Merge pull request #1205 from mikelolasagasti/update-doc

Update install instructions for Debian and Fedora
This commit is contained in:
Takeshi Nakatani 2019-11-24 19:41:05 +09:00 committed by GitHub
commit 1a75a94253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,13 +32,13 @@ Many systems provide pre-built packages:
* Debian 9 and Ubuntu 16.04 or newer:
```
sudo apt-get install s3fs
sudo apt install s3fs
```
* Fedora 27 or newer:
```
sudo yum install s3fs-fuse
sudo dnf install s3fs-fuse
```
* Gentoo: