From 5fd2f95ff63ca0081509864b21e05ad8729f1f3b Mon Sep 17 00:00:00 2001 From: Sofia Reis Date: Tue, 7 Sep 2021 02:39:00 -0700 Subject: [PATCH] [documentation] update INSTALL.md doc (cask is no longer a brew command) Summary: cask is no longer a brew command: https://github.com/Homebrew/discussions/discussions/902 Reviewed By: ngorogiannis Differential Revision: D30767937 fbshipit-source-id: 8f3b8c103 --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c7ec691e502..e0486e3d2ba 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,8 +32,7 @@ You can install some of these dependencies using [Homebrew](http://brew.sh/): ```sh -brew install autoconf automake cmake opam pkg-config sqlite gmp mpfr -brew cask install java +brew install autoconf automake cmake opam pkg-config sqlite gmp mpfr java ```