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:34:16 -07:00
parent 6007bf2fca
commit dd9451e840

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