Skip to content

Commit

Permalink
Add documentation for Chrome on Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtruitt1 authored Mar 6, 2024
1 parent f820ed4 commit f7e062c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/installing_mailbagit/pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@ 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:
```
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!

0 comments on commit f7e062c

Please sign in to comment.