mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 01:08:54 +00:00
Merge pull request #606 from andrewgaul/homebrew
Add Homebrew instructions
This commit is contained in:
commit
9c3551478e
11
README.md
11
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
|
||||
--------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user