From b809239cdf3d3283ecb5adff2c313100e4e45d44 Mon Sep 17 00:00:00 2001 From: yestoday-tv <57619505+yestoday-tv@users.noreply.github.com> Date: Wed, 13 Jan 2021 11:53:56 +0800 Subject: [PATCH] Update quickstart.rst macOS brew cask command -brew cask install +brew install --cask --- doc/source/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/quickstart.rst b/doc/source/quickstart.rst index fcdf026855..90c15cd461 100644 --- a/doc/source/quickstart.rst +++ b/doc/source/quickstart.rst @@ -97,7 +97,7 @@ On macOS:: brew install autoconf automake libtool openssl pkg-config brew tap homebrew/cask-versions - brew cask install homebrew/cask-versions/adoptopenjdk8 + brew install --cask homebrew/cask-versions/adoptopenjdk8 Installing Android SDK ~~~~~~~~~~~~~~~~~~~~~~