Browse code

Updating README to match new path for installation.

Robby Russell authored on 31/08/2009 at 01:54:39
Showing 1 changed files
... ...
@@ -13,13 +13,13 @@ h3. The manual way
13 13
 
14 14
 1. Clone the repository
15 15
 
16
-  @git clone git://github.com/robbyrussell/oh-my-zsh.git@
16
+  @git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
17 17
 
18 18
 2. Symlink the zsh config with:
19 19
 
20 20
   *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.
21 21
 
22
-  @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
22
+  @ln -s ~/.oh-my-zsh/zshrc ~/.zshrc@
23 23
 
24 24
 3. Set zsh as your default shell:
25 25