Updated Installing ZSH (markdown)
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!
|
||||||
|
Loading…
Reference in New Issue
Block a user