1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

Better upgrade instruction for nightly on mac

The old way would remove the icon form the dock. it needs greedy-latest because the cask is declared as `latest`.

See https://github.com/wez/wezterm/pull/1500 for the discussion
This commit is contained in:
Jan Katins 2022-01-04 11:59:36 +01:00 committed by Wez Furlong
parent 1f6e4497e0
commit c338eb12a0

View File

@ -31,12 +31,10 @@ If you'd like to use a nightly build:
$ brew install --cask wez/wezterm/wezterm-nightly $ brew install --cask wez/wezterm/wezterm-nightly
``` ```
to upgrade to a newer nightly, it is simplest to remove then to upgrade to a newer nightly (normal `brew upgrade` will not upgrade it!):
install:
```bash ```bash
$ brew rm --cask wez/wezterm/wezterm-nightly $ brew upgrade --cask wezterm-nightly --no-quarantine --greedy-latest
$ brew install --cask wez/wezterm/wezterm-nightly
``` ```
## MacPorts ## MacPorts