Skip to content

Commit

Permalink
Update README to recommend brew cask
Browse files Browse the repository at this point in the history
README recommends doing `brew install chromedriver`, but brew now responds with:

```
Error: No available formula with the name "chromedriver"
Found a cask named "chromedriver" instead. Try
  brew cask install chromedriver
```

Updating README to instead do: `brew cask install chromedriver`
  • Loading branch information
butzopower committed Feb 19, 2020
1 parent 940efe8 commit dcd75e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The easiest way to install Flash for development is:
choice) to include the integration tests, and see `the docs`_ for
``pytest-pylint`` configuration options. For the integration tests you
will need to ensure that ``chromedriver`` is on your PATH; on OS X, you can
simply ``brew install chromedriver``.
simply ``brew cask install chromedriver``.

The templates are written using the `Jinja2`_ template language.

Expand Down

0 comments on commit dcd75e4

Please sign in to comment.