From 48f1e58a2d207459d3a47e51ad620606a2bb7e97 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 18:16:47 -0800 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index f3af98f..e44fd3b 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -19,10 +19,16 @@ Google Chrome 73.0.3683.75 beta # should be >v59 ## Installing Chromium +### Any OS (using [`playwright`](https://playwright.dev/python/docs/browsers)) +```bash +pip install --upgrade --ignore-installed playwright +playwright install --with-deps chromium +``` + ### macOS If you already have `/Applications/Chromium.app`, you don't need to run this. ```bash -brew install chromium +brew install --cask chromium ``` ### Ubuntu/Debian @@ -39,7 +45,7 @@ apt install chromium ### macOS If you already have `/Applications/Google Chrome.app`, you don't need to run this. ```bash -brew install google-chrome +brew install --cask google-chrome ``` ### Ubuntu/Debian If you already have `google-chrome` >= v59 installed (run `google-chrome --version`, you don't need to run this. @@ -54,7 +60,6 @@ apt install google-chrome If you encounter problems setting up Google Chrome or Chromium, see the [Troubleshooting](https://github.com/ArchiveBox/ArchiveBox/wiki/Troubleshooting#chromiumgoogle-chrome) page. - --- # Setting Up a Chromium User Profile