1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00

Fix update instruction for nightly macosx via brew

The update variant errored after rm the cask and I had to install the cask again.
This commit is contained in:
Jan Katins 2022-01-03 22:40:07 +01:00 committed by Wez Furlong
parent ad96d84745
commit ec31562b83

View File

@ -36,7 +36,7 @@ install:
```bash
$ brew rm --cask wez/wezterm/wezterm-nightly
$ brew upgrade --cask wez/wezterm/wezterm-nightly
$ brew install --cask wez/wezterm/wezterm-nightly
```
## MacPorts