Merge pull request #761 from gaul/ubuntu-16.04

Simplify installation for Ubuntu 16.04
This commit is contained in:
Takeshi Nakatani 2018-05-23 22:15:01 +09:00 committed by GitHub
commit e9831dd772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,24 @@ Features
Installation
------------
Some platforms provide pre-built binaries:
* On Ubuntu 16.04 or newer:
```
sudo apt-get install s3fs
```
* On Mac OS X, install via [Homebrew](http://brew.sh/):
```ShellSession
$ brew cask install osxfuse
$ brew install s3fs
```
Compilation
-----------
* On Linux, ensure you have all the dependencies:
On Ubuntu 14.04:
@ -47,13 +65,6 @@ make
sudo make install
```
* On Mac OS X, install via [Homebrew](http://brew.sh/):
```ShellSession
$ brew cask install osxfuse
$ brew install s3fs
```
Examples
--------