mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 09:18:55 +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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Ensure you have all the dependencies:
|
* On Linux, ensure you have all the dependencies:
|
||||||
|
|
||||||
On Ubuntu 14.04:
|
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
|
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
|
git clone https://github.com/s3fs-fuse/s3fs-fuse.git
|
||||||
@ -47,6 +47,13 @@ make
|
|||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* On Mac OS X, install via [Homebrew](http://brew.sh/):
|
||||||
|
|
||||||
|
```ShellSession
|
||||||
|
$ brew tap homebrew/fuse
|
||||||
|
$ brew install s3fs
|
||||||
|
```
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user