Skip to content

Commit

Permalink
Fix brew install command in docs (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
justusburger authored Jan 26, 2024
1 parent 5f435d1 commit 2d833f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d833f0

Please sign in to comment.