summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-12-02 09:43:06 -0800
committerRobby Russell <robby@planetargon.com>2012-12-02 09:43:06 -0800
commit7dfd6406d84a8ff7b6f2f67f1f5c30d132bdce65 (patch)
treef07838cbf80e2a71a78f462b3a6e0e1532ee0d3b
parent31ad21398efc79505bf08f18884e739ecd73bfce (diff)
parent60c38134725e4a41c9849bb9ffc1a5cea86c00e3 (diff)
downloadzsh-7dfd6406d84a8ff7b6f2f67f1f5c30d132bdce65.tar.gz
zsh-7dfd6406d84a8ff7b6f2f67f1f5c30d132bdce65.tar.bz2
zsh-7dfd6406d84a8ff7b6f2f67f1f5c30d132bdce65.zip
Merge pull request #1451 from rmcastil/modify_readme_to_clarify_the_manual_way
Modify readme to clarify the manual way
-rw-r--r--README.textile11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.textile b/README.textile
index a38e2d7cf..0a4545bac 100644
--- a/README.textile
+++ b/README.textile
@@ -26,17 +26,20 @@ h3. The manual way
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
-2. Create a new zsh config by copying the zsh template we've provided.
+2. *OPTIONAL* Backup your existing ~/.zshrc file
- *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.
+ @cp ~/.zshrc ~/.zshrc.orig@
+
+3. Create a new zsh config by copying the zsh template we've provided.
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
-3. Set zsh as your default shell:
+
+4. Set zsh as your default shell:
@chsh -s /bin/zsh@
-4. Start / restart zsh (open a new terminal is easy enough...)
+5. Start / restart zsh (open a new terminal is easy enough...)
h3. Problems?