docs: Add new Homebrew Tap instructions

Closes #5902.
This commit is contained in:
Jacob Ford 2022-04-26 00:24:42 -04:00 committed by GitHub
parent 225c4a80ca
commit 4a9d6867ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -46,6 +46,16 @@ installed on your system. (Ubuntu: `libgtk-3-dev`, Fedora: `gtk3-devel`)
- `cargo run --release --package=ruffle_desktop -- test.swf`
## Homebrew
Ruffle Desktop can be built from our [Homebrew Tap](https://github.com/ruffle-rs/homebrew-ruffle/):
```
brew install --HEAD ruffle-rs/ruffle/ruffle
```
_Note: because it is HEAD-only, you'll need to run `brew upgrade --fetch-HEAD ruffle` each time you want to update._
### Web or Extension
Follow [the instructions in the web directory](web/README.md#building-from-source) for building