From aad75139e40f6043ce0f970afcd162cd5cd681e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianfranc=C3=B8=20Null?= <899175+gianpaj@users.noreply.github.com> Date: Sat, 12 Dec 2020 08:30:21 +0100 Subject: [PATCH] Calling brew cask install is deprecated from 2.6.0 (Dec 1st 2020) (#318) ``` brew cask install psequel Updating Homebrew... ... > Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead. ``` ``` brew --version Homebrew 2.6.1 ``` --- PostgreSQL/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PostgreSQL/README.md b/PostgreSQL/README.md index 0c0246d6..02791c0d 100644 --- a/PostgreSQL/README.md +++ b/PostgreSQL/README.md @@ -62,8 +62,8 @@ psql We can use `psequel` a free GUI tool for managing the local and remote PostgreSQL databases -Install `psequel` using `homebrew` and `cask` +Install `psequel` using `homebrew` ```sh -brew cask install psequel +brew install psequel ```