From 185192be67314d376bb80c4613e256d92331c6a3 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 22 May 2017 10:04:55 -0700 Subject: [PATCH] Add Homebrew instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19857c8..061ebe3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Features Installation ------------ -Ensure you have all the dependencies: +* On Linux, ensure you have all the dependencies: On Ubuntu 14.04: @@ -36,7 +36,7 @@ On CentOS 7: sudo yum install automake fuse fuse-devel gcc-c++ git libcurl-devel libxml2-devel make openssl-devel ``` -Compile from master via the following commands: +Then compile from master via the following commands: ``` git clone https://github.com/s3fs-fuse/s3fs-fuse.git @@ -47,6 +47,13 @@ make sudo make install ``` +* On Mac OS X, install via [Homebrew](http://brew.sh/): + +```ShellSession +$ brew tap homebrew/fuse +$ brew install s3fs +``` + Examples --------