From d04ffa51d999a6ff7f1931b6ff4a1bbea5480334 Mon Sep 17 00:00:00 2001 From: nate contino Date: Thu, 9 Mar 2023 10:17:09 -0500 Subject: [PATCH] Fix deprecated `brew` installation instructions Brew no longer supports the "cask" command. Instead, users should pass the `--cask` flag to other commands. Noticed this when I was installing, figured I should fix it so others don't get tripped up. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74be4fab3..6def2a467 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ### Using Homebrew ``` -brew cask install telegram +brew install --cask telegram ``` ### Using `mas-cli`