From ca4d7fbd06f7175f1756afd0fbc01491c46c339e Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Wed, 5 Jan 2011 23:11:24 +0100 Subject: [PATCH] Emphasize installations instructions ;) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a51b441..76b2337 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Here is a one-liner to try it without installing or modifying anything: git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git -* Source the script at the end of `~/.zshrc`: +* Source the script **at the end** of `~/.zshrc`: source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh @@ -38,9 +38,9 @@ Here is a one-liner to try it without installing or modifying anything: cd ~/.oh-my-zsh/plugins/ git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git -* Activate the plugin in `~/.zshrc`: +* Activate the plugin in `~/.zshrc` (in **last** position): - plugins=(zsh-syntax-highlighting) + plugins=( [plugins...] zsh-syntax-highlighting) * Source `~/.zshrc` to take changes into account: