diff --git a/README.textile b/README.textile index ebc62d04e76a..b15b1fd3fc13 100644 --- a/README.textile +++ b/README.textile @@ -6,11 +6,17 @@ h2. Setup 1. Clone the repository -@git clone git://github.com/robbyrussell/oh-my-zsh.git@ + @git clone git://github.com/robbyrussell/oh-my-zsh.git@ -2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@ +2. Symlink the zsh config with: -3. Start / restart zsh (open a new terminal is easy enough..) + @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@ + +3. Set zsh as your default shell: + + @chsh -s /bin/zsh@ + +4. Start / restart zsh (open a new terminal is easy enough..) h3. Problems?