diff --git a/INSTALL.md b/INSTALL.md index d6d91dd..e2a9394 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,6 +6,7 @@ How to install * Arch Linux: [community/zsh-syntax-highlighting][arch-package] / [AUR/zsh-syntax-highlighting-git][AUR-package] * Debian: `zsh-syntax-highlighting` package [in `stretch`][debian-package] * Fedora: [zsh-syntax-highlighting package][fedora-package] in Fedora 24+ +* FreeBSD: `pkg install zsh-syntax-highlighting` (port name: [`textproc/zsh-syntax-highlighting`][freebsd-port]) * Gentoo: [mv overlay][gentoo-overlay] * Mac OS X / Homebrew: [brew install zsh-syntax-highlighting][brew-package] * Ubuntu: `zsh-syntax-highlighting` package [in Xenial][ubuntu-package] @@ -13,6 +14,7 @@ How to install [arch-package]: https://www.archlinux.org/packages/zsh-syntax-highlighting [AUR-package]: https://aur.archlinux.org/packages/zsh-syntax-highlighting-git [debian-package]: https://packages.debian.org/zsh-syntax-highlighting +[freebsd-port]: http://www.freshports.org/textproc/zsh-syntax-highlighting/ [gentoo-overlay]: http://gpo.zugaina.org/app-shells/zsh-syntax-highlighting [brew-package]: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/zsh-syntax-highlighting.rb [ubuntu-package]: https://launchpad.net/ubuntu/+source/zsh-syntax-highlighting