From f7e062c6801be546ee4f76cc476f1a76d8881273 Mon Sep 17 00:00:00 2001 From: James Truitt <80006053+jtruitt1@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:05:20 -0500 Subject: [PATCH] Add documentation for Chrome on Macs --- docs/installing_mailbagit/pdf.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/installing_mailbagit/pdf.md b/docs/installing_mailbagit/pdf.md index 9d6569f..d1108ac 100755 --- a/docs/installing_mailbagit/pdf.md +++ b/docs/installing_mailbagit/pdf.md @@ -20,7 +20,7 @@ Installing [wkhtmltopdf](https://wkhtmltopdf.org/) and adding `wkhtmltopdf` or ` ## Chrome Headless -Installing [Google Chrome](https://www.google.com/chrome/) and adding `chrome`, `chrome.exe` or `google-chrome` to your `PATH` will make the `pdf-chrome` derivative option available. If you have Google Chrome installed already, you may just need to add it to your `PATH`. +Installing [Google Chrome](https://www.google.com/chrome/) and adding `chrome`, `chrome.exe,` `google-chrome,` or `Google Chrome` to your `PATH` will make the `pdf-chrome` derivative option available. If you have Google Chrome installed already, you may just need to add it to your `PATH`. For Windows, Chrome usually installs in one of these locations by default: ``` @@ -28,12 +28,15 @@ C:\Program Files\Google\Chrome\Application C:\Program Files (x86)\Google\Chrome\Application ``` +For Macs, the usual install path is `/Applications/Google\ Chrome.app/Contents/MacOS/`. + You can test if Chrome is correctly added to your `PATH` by entering the correlating command into a command line terminal: ``` chrome https://archives.albany.edu/mailbag chrome.exe https://archives.albany.edu/mailbag google-chrome https://archives.albany.edu/mailbag +Google\ Chrome https://archives.albany.edu/mailbag ``` If any of these commands open a Chrome browser window, you're all set!