From aafa7eaedb9acbb1ef91e68830714300954586c5 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sat, 25 Dec 2010 22:10:50 +0100 Subject: [PATCH] Add "copy-pastable" installation instructions --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e626cb..b94aff5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,18 @@ An attempt at providing [Fish shell](http://www.fishshell.org) like syntax highl ## Usage -Just source the script from your `~/.zshrc`. +Download the script or clone this repository: + + git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git + +Update your `~/.zshrc` so that the script is sourced: + + source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +Re-open your terminal, or just reload it to take changes into account: + + source ~/.zshrc + ## References @@ -22,4 +33,3 @@ Just source the script from your `~/.zshrc`. * James Ahlborn * [Andreas Jaggi](http://github.com/x-way) * [Wayne Davison](http://github.com/WayneD) -