1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 17:50:04 +02:00

The homebrew team has taken out using brew cask... as a command. Its just brew... now, and you only include a ...--cask modifier if there is an app listed in both a cask and the regular repo

Justin P
2020-12-22 21:17:14 -06:00
parent c80265286b
commit 9d89fe00ce

@@ -22,7 +22,7 @@ Google Chrome 73.0.3683.75 beta # should be >v59
### macOS
If you already have `/Applications/Chromium.app`, you don't need to run this.
```bash
brew cask install chromium-browser
brew install chromium
```
### Ubuntu/Debian
@@ -37,7 +37,7 @@ apt install chromium-browser
### macOS
If you already have `/Applications/Google Chrome.app`, you don't need to run this.
```bash
brew cask install google-chrome
brew install google-chrome
```
### Ubuntu/Debian
If you already have `google-chrome` >= v59 installed (run `google-chrome --version`, you don't need to run this.