From 7c1a6137ef0b7a5cfafd48de11034558c38f5433 Mon Sep 17 00:00:00 2001 From: Bryan Dunsmore Date: Wed, 26 Dec 2012 21:29:40 -0600 Subject: [PATCH] Convert command formatting to block code. --- README.textile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.textile b/README.textile index 0a4545bac..166d21245 100644 --- a/README.textile +++ b/README.textile @@ -13,31 +13,30 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ +bc. curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +bc. wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh h3. The manual way 1. Clone the repository - @git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@ +bc. git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh 2. *OPTIONAL* Backup your existing ~/.zshrc file - @cp ~/.zshrc ~/.zshrc.orig@ +bc. 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@ - +bc. cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc 4. Set zsh as your default shell: - @chsh -s /bin/zsh@ +bc. chsh -s /bin/zsh 5. Start / restart zsh (open a new terminal is easy enough...)