From d55b4a57e8863d26dbc318a7c214f0af56dba7e2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 20:50:35 -0400 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 0071692..af5408c 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -1,9 +1,9 @@ By default, ArchiveBox looks for any existing installed version of Chrome/Chromium and uses it if found. You can optionally install a specific version and set the environment variable `CHROME_BINARY` to force ArchiveBox to use that one, e.g.: - - `CHROME_BINARY=google-chrome-beta` - - `CHROME_BINARY=/usr/bin/chromium-browser` - - `CHROME_BINARY='/Applications/Chromium.app/Contents/MacOS/Chromium'` - - etc. + - `CHROME_BINARY=google-chrome-beta` + - `CHROME_BINARY=/usr/bin/chromium-browser` + - `CHROME_BINARY='/Applications/Chromium.app/Contents/MacOS/Chromium'` + - etc. If you don't already have Chrome installed, I recommend installing Chromium instead of Google Chrome, as it's the open-source fork of Chrome that doesn't send as much tracking data to Google.