From 2280cc731099ca3cdabe301e898872d7ed51966e Mon Sep 17 00:00:00 2001 From: hybris Date: Sat, 27 Sep 2014 20:27:18 +0200 Subject: [PATCH] typo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ef7659..24730a5 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ Install ------- * clone oh-my-zsh + git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-myzsh * Link configuration + ln -s zshrc ~/.zshrc + for i in `ls custom`; do ln -s custom/$i ~/.oh-my-zsh/custom/$i