mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-19 12:51:49 +02:00
Updated Chromium Install (markdown)
@@ -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
|
||||
|
Reference in New Issue
Block a user