From 74f4dcec365f8df88a12218c7545dc8119515c58 Mon Sep 17 00:00:00 2001 From: What If We Dig Deeper Date: Sat, 3 Feb 2018 18:47:21 -0600 Subject: [PATCH] added MacPorts section --- Installing-ZSH.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index d90f2da..1811a9b 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -36,7 +36,12 @@ brew install zsh zsh-completions ``` Assuming you have [Homebrew](http://brew.sh/) installed. If not, most versions of -**macOS** ship zsh by default, but it's normally an older version. +**macOS** ship zsh by default, but it's normally an older version. Alternatively, you may +also use [MacPorts](https://www.macports.org/) + +```sh +sudo port install zsh zsh-completions +``` ### Ubuntu, Debian & derivatives