mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-31 10:01:52 +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
@@ -22,7 +22,7 @@ Google Chrome 73.0.3683.75 beta # should be >v59
|
|||||||
### macOS
|
### macOS
|
||||||
If you already have `/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 install chromium
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ubuntu/Debian
|
### Ubuntu/Debian
|
||||||
@@ -37,7 +37,7 @@ apt install chromium-browser
|
|||||||
### macOS
|
### macOS
|
||||||
If you already have `/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 install google-chrome
|
||||||
```
|
```
|
||||||
### Ubuntu/Debian
|
### Ubuntu/Debian
|
||||||
If you already have `google-chrome` >= v59 installed (run `google-chrome --version`, you don't need to run this.
|
If you already have `google-chrome` >= v59 installed (run `google-chrome --version`, you don't need to run this.
|
||||||
|
Reference in New Issue
Block a user