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