From e66e46ed2fcc2f368cd6b277a55d9b9044886f66 Mon Sep 17 00:00:00 2001 From: vlad doster Date: Wed, 27 Jan 2021 15:18:51 -0600 Subject: [PATCH] (docs) update README.md Use new brew syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b2525c5..3094e1a6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For information about running the `.jar` file, see [the How To Run wiki](https:/ On macOS, there is a [cask](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/ripme.rb). ``` -brew cask install ripme && xattr -d com.apple.quarantine /Applications/ripme.jar +brew install --cask ripme && xattr -d com.apple.quarantine /Applications/ripme.jar ``` ## Changelog