From b8434f34d5a812de83fb402d8e4d8b653ad714e8 Mon Sep 17 00:00:00 2001 From: I-L-U-X-A Date: Tue, 27 Dec 2016 15:37:00 +0200 Subject: [PATCH] Updated Installing ZSH (markdown) --- Installing-ZSH.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index c81ed8e..16041d2 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -66,6 +66,16 @@ zypper install zsh pacman -S zsh ``` +### FreeBSD +To install the port: +```sh +cd /usr/ports/shells/zsh/ && make install clean +``` +To install the package: +```sh +pkg install zsh +``` + ### Add yours If you know a platform that is not covered, edit this page and add it!