From e7a5cfb6aa5509debf581b27275dbf9ce4e3ebb1 Mon Sep 17 00:00:00 2001 From: Martino Mensio Date: Fri, 8 May 2020 12:45:30 +0100 Subject: [PATCH] update README.md with homebrew option --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 1a984c13..7cc1843c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,29 @@ your operating system from the #### Mac OS +With [Homebrew](https://brew.sh/): + +- install the cask with `brew cask install orca`. +- Open finder and navigate to the `Applications/` folder. +- Right-click on the orca icon and select _Open_ from the context menu. +- A password dialog will appear asking for permission to add orca to your system `PATH`. +- Enter you password and click _OK_. +- This should open an _Installation Succeeded_ window. +- Open a new terminal and verify that the orca executable is available on your `PATH`. + +``` +$ which orca +/usr/local/bin/orca + +$ orca --help +Plotly's image-exporting utilities + + Usage: orca [--version] [--help] [] + ... +``` + +Without Homebrew: + - Unzip the `mac-release.zip` file. - Double-click on the `orca-X.Y.Z.dmg` file. This will open an installation window. - Drag the orca icon into the `Applications` folder.