Rewrite README

This commit is contained in:
Arash Rouhani 2012-07-08 13:42:00 +02:00
parent 59072d778c
commit d6b43a647c

View file

@ -1,12 +1,11 @@
# ZSH higher order functions
You can look at [this article<sup>†</sup>](http://yannesposito.com/Scratch/en/blog/Higher-order-function-in-zsh/) to have more informations.
You can look at [this article] to have more informations.
To install just clone it to `~/.zsh/functional`
mkdir ~/.zsh
git clone https://yogsototh@github.com/yogsototh/zsh_functional.git ~/.zsh/functional
git clone https://github.com/yogsototh/zsh_functional.git ~/.zsh/functional
and add
@ -18,3 +17,5 @@ and add
done
to your `.zshrc`
[this article]: http://yannesposito.com/Scratch/en/blog/Higher-order-function-in-zsh/