From: Brian Kelly Date: Sat, 12 Feb 2022 00:05:20 +0000 (-0600) Subject: Updates macOS geckodriver installation command X-Git-Tag: live~1832^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/0897ce0d7c06b81006da0eaa7aacc1c41f93fee9 Updates macOS geckodriver installation command --- diff --git a/INSTALL.md b/INSTALL.md index 1faf4bf22..b78b4c4b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -102,8 +102,7 @@ bundle config build.libxml-ruby --with-xml2-config=/usr/local/opt/libxml2/bin/xm If you want to run the tests, you need `geckodriver` as well: ``` -brew tap homebrew/cask -brew cask install geckodriver +brew install geckodriver ``` Note that OS X does not have a /home directory by default, so if you are using the GPX functions, you will need to change the directories specified in config/application.yml.