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:
parent
1f6e4497e0
commit
c338eb12a0
@ -31,12 +31,10 @@ If you'd like to use a nightly build:
|
||||
$ brew install --cask wez/wezterm/wezterm-nightly
|
||||
```
|
||||
|
||||
to upgrade to a newer nightly, it is simplest to remove then
|
||||
install:
|
||||
to upgrade to a newer nightly (normal `brew upgrade` will not upgrade it!):
|
||||
|
||||
```bash
|
||||
$ brew rm --cask wez/wezterm/wezterm-nightly
|
||||
$ brew install --cask wez/wezterm/wezterm-nightly
|
||||
$ brew upgrade --cask wezterm-nightly --no-quarantine --greedy-latest
|
||||
```
|
||||
|
||||
## MacPorts
|
||||
|
Loading…
Reference in New Issue
Block a user