From a18a7427fd2c5caf551848ba1602ebd5e09009fe Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 23 Oct 2015 04:45:18 +0000 Subject: [PATCH] README: Document 'make install'. Fixes zsh-users/zsh-syntax-highlighting#218. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7c4211a..2845a34 100644 --- a/README.md +++ b/README.md @@ -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 ---