mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 23:00:57 +00:00
Merge pull request #789 from juliogonzalez/doc-opensuse-suse
Instructions for SUSE and openSUSE prebuilt packages
This commit is contained in:
commit
c2ca7e43b6
20
README.md
20
README.md
@ -26,16 +26,22 @@ Some systems provide pre-built packages:
|
||||
|
||||
* On Debian 9 and Ubuntu 16.04 or newer:
|
||||
|
||||
```
|
||||
sudo apt-get install s3fs
|
||||
```
|
||||
```
|
||||
sudo apt-get install s3fs
|
||||
```
|
||||
|
||||
* On SUSE 12 or newer and openSUSE 42.1 or newer:
|
||||
|
||||
```
|
||||
sudo zypper in s3fs
|
||||
```
|
||||
|
||||
* On Mac OS X, install via [Homebrew](http://brew.sh/):
|
||||
|
||||
```ShellSession
|
||||
$ brew cask install osxfuse
|
||||
$ brew install s3fs
|
||||
```
|
||||
```ShellSession
|
||||
$ brew cask install osxfuse
|
||||
$ brew install s3fs
|
||||
```
|
||||
|
||||
Compilation
|
||||
-----------
|
||||
|
Loading…
Reference in New Issue
Block a user