diff options
author | Robby Russell <robby@planetargon.com> | 2009-08-30 18:54:39 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-08-30 18:54:39 -0700 |
commit | 908fead30300c33a9eadc975309442a5ccf4f859 (patch) | |
tree | 81f533e54a5388ac6b558d838e99505f26cadac5 /README.textile | |
parent | 13ca4fab1a944799d8a27e28daea6d19fe9dd813 (diff) | |
download | zsh-908fead30300c33a9eadc975309442a5ccf4f859.tar.gz zsh-908fead30300c33a9eadc975309442a5ccf4f859.tar.bz2 zsh-908fead30300c33a9eadc975309442a5ccf4f859.zip |
Updating README to match new path for installation.
Diffstat (limited to 'README.textile')
-rw-r--r-- | README.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.textile b/README.textile index 4a52a1d18..fdfb6afae 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: |