mirror of https://github.com/zulip/zulip.git
help-docs: Update Homebrew instructions for the latest release on macOS.
The command `brew cask` is no longer a `brew` command as of Homebrew version 3.5.2. Updates the instruction to use `brew <command> --cask` instead. Fixes: #22277.
This commit is contained in:
parent
160a8b9945
commit
483c84da61
|
@ -14,7 +14,6 @@ look at the newest features, consider the [beta releases](#install-a-beta-releas
|
||||||
{tab|mac}
|
{tab|mac}
|
||||||
|
|
||||||
#### Disk image (recommended)
|
#### Disk image (recommended)
|
||||||
<!-- TODO why zip? -->
|
|
||||||
|
|
||||||
1. Download [Zulip for macOS](https://zulip.com/apps/mac).
|
1. Download [Zulip for macOS](https://zulip.com/apps/mac).
|
||||||
|
|
||||||
|
@ -24,12 +23,12 @@ The app will update automatically to future versions.
|
||||||
|
|
||||||
#### Homebrew
|
#### Homebrew
|
||||||
|
|
||||||
1. Run `brew cask install zulip` in Terminal.
|
1. Run the command `brew install --cask zulip` from a terminal.
|
||||||
|
|
||||||
1. Run Zulip from `Applications`. <!-- TODO fact check -->
|
1. Run Zulip from `Applications`.
|
||||||
|
|
||||||
The app will update automatically to future versions. `brew upgrade` will
|
The app will update automatically to future versions. Alternatively, you can
|
||||||
also work, if you prefer.
|
run the command `brew upgrade zulip` to immediately upgrade.
|
||||||
|
|
||||||
{tab|windows}
|
{tab|windows}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue