README: Document 'make install'.

Fixes zsh-users/zsh-syntax-highlighting#218.
This commit is contained in:
Daniel Shahaf 2015-10-23 04:45:18 +00:00
parent 187371a459
commit a18a7427fd

View file

@ -54,6 +54,15 @@ How to install
Note that `zsh-syntax-highlighting` must be the last plugin sourced,
so make it the last element of the `$plugins` array.
### System-wide installation
Either of the above methods is suitable for a single-user installation, which requires
no special privileges. If, however, you desire to install zsh-syntax-highlighting
system-wide, you may do so by running `make install` and directing your users to
add `source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh`
in their `.zshrc`s.
FAQ
---