Add Homebrew instructions

This commit is contained in:
Andrew Gaul
2017-05-22 10:04:55 -07:00
parent ae4caa96a0
commit 185192be67

View File

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