1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Updating README to match new path for installation.

This commit is contained in:
Robby Russell 2009-08-30 18:54:39 -07:00
parent 13ca4fab1a
commit 908fead303

View file

@ -13,13 +13,13 @@ h3. The manual way
1. Clone the repository 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: 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. *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: 3. Set zsh as your default shell: