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
commit c6edc2cd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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