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

docs: add info on installing via MacPorts

This commit is contained in:
Herby Gillot 2021-04-07 12:35:52 -04:00 committed by Wez Furlong
parent a1aa6e3d6c
commit e1d07dee62

View File

@ -38,3 +38,12 @@ install:
$ brew rm wezterm
$ brew install --HEAD wezterm
```
## MacPorts
WezTerm is also available via [MacPorts](https://www.macports.org):
```bash
$ sudo port selfupdate
$ sudo port install wezterm
```