Instructions for SUSE and openSUSE prebuilt packages

This commit is contained in:
Julio Gonzalez Gil 2018-07-05 01:25:37 +02:00
parent 3e4002df0d
commit 6b57a8c1fc

View File

@ -30,6 +30,12 @@ Some systems provide pre-built packages:
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/): * On Mac OS X, install via [Homebrew](http://brew.sh/):
```ShellSession ```ShellSession