Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to recommend brew cask #41

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Commits on Feb 19, 2020

  1. Update README to recommend brew cask

    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`
    butzopower authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    dcd75e4 View commit details
    Browse the repository at this point in the history