README.md: Fix the Homebrew command for installing snapshot releases.

This commit is contained in:
Kyle Neideck 2019-02-27 21:57:23 +11:00
parent a4c93c050b
commit 14df80da24
No known key found for this signature in database
GPG key ID: CAA8D9B8E39EC18C

View file

@ -42,6 +42,7 @@ brew cask install background-music
If you want the snapshot version:
```bash
brew tap homebrew/cask-versions
brew cask install background-music-pre
```