1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-03 11:22:37 +02:00

Updated Chromium Install (markdown)

Nick Sweeting
2019-03-12 20:49:35 -04:00
parent 9bf5314c69
commit 909907662e

@@ -4,14 +4,14 @@ By default, ArchiveBox looks for any existing installed version of Chrome/Chromi
If you don't already have Chrome installed, I recommend installing Chromium instead of Google Chrome, as it's the open-source fork of Chrome that doesn't send as much tracking data to Google. If you don't already have Chrome installed, I recommend installing Chromium instead of Google Chrome, as it's the open-source fork of Chrome that doesn't send as much tracking data to Google.
#### Check for existing Chrome/Chromium install
<img src="https://i.imgur.com/FxFoIMH.jpg" width="25%" align="right"/> <img src="https://i.imgur.com/FxFoIMH.jpg" width="25%" align="right"/>
#### Check for existing Chrome install
```bash ```bash
google-chrome --version google-chrome --version | chromium-browser --version
Google Chrome 73.0.3683.75 beta # should be >v59 Google Chrome 73.0.3683.75 beta # should be >v59
``` ```
(Replace `google-chrome` with `chromium-browser` or path to your preferred binary)
## Installing Chromium ## Installing Chromium