Updated Installing ZSH (markdown)

I-L-U-X-A 2016-12-27 15:37:00 +02:00
parent 409bba6e25
commit b8434f34d5

@ -66,6 +66,16 @@ zypper install zsh
pacman -S 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 ### Add yours
If you know a platform that is not covered, edit this page and add it! If you know a platform that is not covered, edit this page and add it!