Simplify installation for Ubuntu 16.04

Also reorganize installation vs. compilation.
This commit is contained in:
Andrew Gaul 2018-05-16 16:29:17 -07:00
parent 1a23b880d5
commit ad9a374229
1 changed files with 18 additions and 7 deletions

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
--------