From c4d1576e32df59b0653ba50c18f6f6eb6e50d2e8 Mon Sep 17 00:00:00 2001 From: Kabir Date: Mon, 6 Feb 2017 17:03:56 +0545 Subject: [PATCH] Add instructions for centos/rhel --- Installing-ZSH.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 2c19bea..cd4b1c2 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -94,6 +94,10 @@ make config ``` before running "make install". +### Centos/RHEL +```sh +sudo yum update && sudo yum -y install zsh +``` ### Add yours If you know a platform that is not covered, edit this page and add it!