1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

Updated Chromium Install (markdown)

Nick Sweeting
2024-03-14 00:33:17 -07:00
parent 1b4933bec5
commit 6007bf2fca

@@ -27,7 +27,7 @@ playwright install --with-deps chromium
``` ```
### macOS ### macOS
If you already have `/Applications/Chromium.app`, you don't need to run this. If you already have `/Applications/Chromium.app` (or `Google Chrome.app`), you don't need to run this.
```bash ```bash
brew install --cask chromium brew install --cask chromium
``` ```