From 14df80da2436e716eaa840c9a8e534bee20e3b2e Mon Sep 17 00:00:00 2001 From: Kyle Neideck Date: Wed, 27 Feb 2019 21:57:23 +1100 Subject: [PATCH] README.md: Fix the Homebrew command for installing snapshot releases. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3e8dc4..e274eed 100644 --- a/README.md +++ b/README.md @@ -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 ```