From 088fa86e0f83224705505518aaa0e5aa78ab8c4d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Mar 2019 20:50:24 -0400 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Chromium-Install.md b/Chromium-Install.md index 74e15a9..0071692 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -1,4 +1,5 @@ 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'`