From ae18d15780a9156fd8f406740c443dfcb07923af Mon Sep 17 00:00:00 2001 From: moarbytes Date: Wed, 30 Oct 2019 11:57:09 -0500 Subject: [PATCH] Update mac-install.md Added pointer to install coreutils via homebrew (realpath) and edited the build.sh step to reference build-mac.sh --- doc/mac-install.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/mac-install.md b/doc/mac-install.md index f41e826..171faf7 100644 --- a/doc/mac-install.md +++ b/doc/mac-install.md @@ -10,15 +10,19 @@ What you have to do to get it properly installed is: ``` python-googleapi python-gflags python-xdg python-gnupg ``` +3. Install coreutils via homebrew (provides `realpath`) +``` +brew install coreutils +``` -3. Clone this repository: +4. Clone this repository: ``` git clone https://github.com/LeoIannacone/goopg/ ``` Save it somewhere because you will need this files and you cannot remove them. -4. Then install the plugin using this command in the goopg directory: +5. Then install the plugin using this command in the goopg directory: ``` export TARGET_DIR=~/NativeMessagingHosts - bash templates/build.sh ifpoaednafmgolabhpjmbimllaoidelg chrome + bash templates/build-mac.sh ifpoaednafmgolabhpjmbimllaoidelg chrome ```