Skip to content

Commit

Permalink
Update chromedriver brew install instructions in contributing doc (#2…
Browse files Browse the repository at this point in the history
…1251)

`brew cask install` was recently deprecated in favor of `brew install --cask`
  • Loading branch information
sumanthratna committed Jan 17, 2021
1 parent 8e88282 commit f40a41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To contribute to [our examples](examples), take a look at the [“Adding example

Make sure you have `chromedriver` installed for your Chrome version. You can install it with

- `brew cask install chromedriver` on Mac OS X
- `brew install --cask chromedriver` on Mac OS X
- `chocolatey install chromedriver` on Windows
- Or manually download the version that matches your installed chrome version (if there's no match, download a version under it, but not above) from the [chromedriver repo](https://chromedriver.storage.googleapis.com/index.html) and add the binary to `<next-repo>/node_modules/.bin`

Expand Down

0 comments on commit f40a41c

Please sign in to comment.