mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 23:00:57 +00:00
Merge pull request #761 from gaul/ubuntu-16.04
Simplify installation for Ubuntu 16.04
This commit is contained in:
commit
e9831dd772
25
README.md
25
README.md
@ -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
|
||||
--------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user