From 65ff4019a774b4db2f8d292e52e900284eeacb69 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sun, 30 Aug 2009 18:54:39 -0700 Subject: [PATCH] Updating README to match new path for installation. --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 4a52a1d..fdfb6af 100644 --- a/README.textile +++ b/README.textile @@ -13,13 +13,13 @@ h3. The manual way 1. Clone the repository - @git clone git://github.com/robbyrussell/oh-my-zsh.git@ + @git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@ 2. Symlink the zsh config with: *NOTE*: If you already have a ~/.zshrc file, you should back it up. @cp ~/.zshrc ~/.zshrc.orig@ in case you want to go back to your original settings. - @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@ + @ln -s ~/.oh-my-zsh/zshrc ~/.zshrc@ 3. Set zsh as your default shell: