From fd57ed94f113b82ca599ab993d472255e7806697 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 5 Jan 2019 19:12:59 +0000 Subject: [PATCH] docs: Clarify installation instructions (cf #598) --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 468e9bd..f998726 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -69,7 +69,7 @@ your `.zshrc`. 1. Clone this repository in oh-my-zsh's plugins directory: - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting + % git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting 2. Activate the plugin in `~/.zshrc`: @@ -77,7 +77,7 @@ your `.zshrc`. 3. Source `~/.zshrc` to take changes into account: - source ~/.zshrc + % source ~/.zshrc #### [Prezto](https://github.com/sorin-ionescu/prezto)