1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-20 21:32:06 +02:00

Updated Chromium Install (markdown)

Nick Sweeting
2019-03-12 20:42:28 -04:00
parent ecaccf5fa9
commit 953e7e2f24

@@ -12,7 +12,7 @@ Google Chrome 73.0.3683.75 beta # should be >v59
## Installing Chromium ## Installing Chromium
### macOS ### macOS
If you already have Chromium installed at `/Applications/Chromium.app`, you don't need to run this. If you already have `/Applications/Chromium.app`, you don't need to run this.
```bash ```bash
brew cask install chromium-browser brew cask install chromium-browser
``` ```
@@ -27,7 +27,7 @@ apt install chromium-browser
## Installing Google Chrome ## Installing Google Chrome
### macOS ### macOS
If you already have Google Chrome installed at `/Applications/Google Chrome.app`, you don't need to run this. If you already have `/Applications/Google Chrome.app`, you don't need to run this.
```bash ```bash
brew cask install google-chrome brew cask install google-chrome
``` ```