From e1d07dee62e2f5c81d24e8fa667bae3d2944afbd Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 7 Apr 2021 12:35:52 -0400 Subject: [PATCH] docs: add info on installing via MacPorts --- docs/install/macos.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install/macos.markdown b/docs/install/macos.markdown index d5797ee5f..ce7457841 100644 --- a/docs/install/macos.markdown +++ b/docs/install/macos.markdown @@ -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 +```