README: Document 'make install'.
Fixes zsh-users/zsh-syntax-highlighting#218.
This commit is contained in:
parent
187371a459
commit
a18a7427fd
@ -54,6 +54,15 @@ How to install
|
|||||||
Note that `zsh-syntax-highlighting` must be the last plugin sourced,
|
Note that `zsh-syntax-highlighting` must be the last plugin sourced,
|
||||||
so make it the last element of the `$plugins` array.
|
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
|
FAQ
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user