From 59072d778c13100acefad5829e3770a81be17911 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 3 Nov 2011 15:24:06 +0100 Subject: [PATCH] Better install --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 957b51c..43e94b2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ You can look at [this article](http://yannesposito.com/Scratch/en/blog/Higher-order-function-in-zsh/) to have more informations. -To install just clone it to `~/.zsh/functional` and add +To install just clone it to `~/.zsh/functional` + + mkdir ~/.zsh + git clone https://yogsototh@github.com/yogsototh/zsh_functional.git ~/.zsh/functional + +and add # Load functions func_reps=( ~/.zsh/functional/src )