Skip to content

Commit

Permalink
Updating README to match new path for installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Aug 31, 2009
1 parent 13ca4fa commit 908fead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -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:

Expand Down

0 comments on commit 908fead

Please sign in to comment.