From 50ed8e47c034c4a78b87a11c71b98755163fdb7d Mon Sep 17 00:00:00 2001 From: Nathan Shepperd Date: Mon, 29 May 2017 09:38:13 +0100 Subject: [PATCH] Note on cygwin as I've done this a couple of times now... --- Installing-ZSH.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index a598bc1..da52ca4 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -98,6 +98,9 @@ before running "make install". ```sh sudo yum update && sudo yum -y install zsh ``` +### Cygwin +Install the zsh package using the installer. Unfortunately Cygwin doesn't have a standard command line interface. + ### Add yours If you know a platform that is not covered, edit this page and add it!