]> git.openstreetmap.org Git - rails.git/commitdiff
Updates macOS geckodriver installation command
authorBrian Kelly <polymonic@gmail.com>
Sat, 12 Feb 2022 00:05:20 +0000 (18:05 -0600)
committerBrian Kelly <polymonic@gmail.com>
Sat, 12 Feb 2022 00:05:20 +0000 (18:05 -0600)
INSTALL.md

index 1faf4bf2232a1fead17b43029eb52fd98c1392e7..b78b4c4b66414a3ad9aab503291c29d725bbf34f 100644 (file)
@@ -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.