From 2d833f03b6f2695e0a5b6e5f30e7b21e5e924373 Mon Sep 17 00:00:00 2001 From: Justus Burger Date: Fri, 26 Jan 2024 11:59:09 +0100 Subject: [PATCH] Fix brew install command in docs (#498) --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3f70ffa0..7edcc0df 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -11,7 +11,7 @@ title: Getting started - [GraphicsMagick](http://www.graphicsmagick.org) for gm diffing engine, `brew install graphicsmagick` - [Docker](https://www.docker.com/community-edition#/download) for the `chrome.docker` target. -- [Chrome 59+](https://www.google.se/chrome/browser/desktop/) for the `chrome.app` target, `brew cask install google-chrome-canary`. +- [Chrome 59+](https://www.google.se/chrome/browser/desktop/) for the `chrome.app` target, `brew install --cask google-chrome-canary`. - [react-native-devsettings-android](https://github.com/jhen0409/react-native-devsettings-android) for self-healing crashes on android. ## Installation