From 2e5481ab9ad448ea8264a6ab1fe137689c1e9abe Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 26 Nov 2015 18:09:43 +0000 Subject: [PATCH] docs; INSTALL.md: Make 'system-wide' section easier to read. --- INSTALL.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6bdcd87..b8dd3bb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,10 +56,15 @@ so make it the last element of the `$plugins` array. 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` +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. + + source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +to their `.zshrc`s.