Skip to content

Commit

Permalink
Update mac-install.md
Browse files Browse the repository at this point in the history
Added pointer to install coreutils via homebrew (realpath) and edited the build.sh step to reference build-mac.sh
  • Loading branch information
moarbytes authored Oct 30, 2019
1 parent aa8b426 commit ae18d15
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/mac-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ae18d15

Please sign in to comment.