From 0897ce0d7c06b81006da0eaa7aacc1c41f93fee9 Mon Sep 17 00:00:00 2001 From: Brian Kelly Date: Fri, 11 Feb 2022 18:05:20 -0600 Subject: [PATCH] Updates macOS geckodriver installation command --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.45.2