From cac81771a4645fb180f283be0d28f5af635f2494 Mon Sep 17 00:00:00 2001 From: Bashel <74869101+bashelled@users.noreply.github.com> Date: Mon, 1 Mar 2021 03:01:16 +0000 Subject: [PATCH] Add KISS Linux to instructions --- Installing-ZSH.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 7b3d1bc..03c6ff0 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -182,7 +182,11 @@ Or: ```sh chsh -s $(which zsh) ``` - +### KISS Linux +To install zsh, you must add the [community](https://github.com/kiss-community/repo-community/) repo to your `$KISS_PATH`. +```sh +kiss b zsh && kiss i zsh +``` ### Add yours If you know a platform that is not covered, edit this page and add it! \ No newline at end of file