From 3dd27ef96f90b7afed55498228999f13243de91e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 12 Apr 2022 15:11:11 -0400 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index f8a07a8..afc0074 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -67,7 +67,7 @@ You can download old versions of Chrome in order to match it from https://chromi **General steps:** 1. Install desired chromium version in new directory inside your data folder `./data/chromium` on the host (outside Docker) -2. Run [`vncserver`](https://linux.die.net/man/1/vncserver) as `archivebox` user and run chromium in VNC session to generate cookies, then close VNC session +2. Run [`vncserver`](https://linux.die.net/man/1/vncserver) as `archivebox` user and run chromium in VNC session to generate cookies, then close VNC session ([detailed instructions here](https://forums.raspberrypi.com/viewtopic.php?t=200590)) 3. Add the config to `docker-compose.yml` to mount the `./data/chromium` volume and environment variables telling ArchiveBox to use it `docker-compose.yml`: ```yaml