Merge pull request #977 from gaul/readme/homebrew

Make macOS instructions consistent with others
This commit is contained in:
Takeshi Nakatani
2019-03-11 20:26:26 +09:00
committed by GitHub

View File

@ -57,9 +57,9 @@ Some systems provide pre-built packages:
* On macOS, install via [Homebrew](https://brew.sh/):
```ShellSession
$ brew cask install osxfuse
$ brew install s3fs
```
brew cask install osxfuse
brew install s3fs
```
Compilation and installation from sources