Fix homebrew package installation command

This commit is contained in:
timvisee 2019-03-23 18:00:29 +01:00
parent dc62db19d9
commit 40504e0fd3
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -223,7 +223,7 @@ ffsend --help
```
### macOS
Using the [`homebrew` package](#macos-homebrew-package) is recommended.
Using the [`homebrew` package](#macos-homebrew-package) is recommended.
Alternatively you may install it manually using the
[prebuilt binaries](#macos-prebuilt-binaries).
@ -231,7 +231,7 @@ Alternatively you may install it manually using the
Make sure you've [`homebrew`][homebrew] installed, and run:
```bash
homebrew install ffsend
brew install ffsend
ffsend --help
```