From ad9a3742298cd90f6b3913298f6662760da4423f Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 16 May 2018 16:29:17 -0700 Subject: [PATCH] Simplify installation for Ubuntu 16.04 Also reorganize installation vs. compilation. --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 335a4d2..cb2a462 100644 --- a/README.md +++ b/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 --------