From 0174feef0d57ac4110d2603ce2a25a5de4739414 Mon Sep 17 00:00:00 2001 From: Abhas Mittal Date: Thu, 31 Jul 2014 18:24:01 +0530 Subject: [PATCH 1/2] Update README.textile Added instructions for installing zsh (due to the problems with first time zsh users) --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index 28bab6b2c..143e87cab 100644 --- a/README.textile +++ b/README.textile @@ -7,6 +7,7 @@ bq. "OH MY ZSHELL!" h2. Setup @oh-my-zsh@ should work with any recent release of "zsh":http://www.zsh.org/, the minimum recommended version is 4.3.9. +You can install zsh using the command: @sudo apt-get install zsh@. h3. The automatic installer... (do you trust me?) From fbdacbfb1ae586af1008fe561bc3962d78a5973f Mon Sep 17 00:00:00 2001 From: Abhas Mittal Date: Thu, 31 Jul 2014 18:32:57 +0530 Subject: [PATCH 2/2] Update README.textile --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 143e87cab..5900c95d8 100644 --- a/README.textile +++ b/README.textile @@ -7,7 +7,7 @@ bq. "OH MY ZSHELL!" h2. Setup @oh-my-zsh@ should work with any recent release of "zsh":http://www.zsh.org/, the minimum recommended version is 4.3.9. -You can install zsh using the command: @sudo apt-get install zsh@. +If not already, install zsh using the command line first. h3. The automatic installer... (do you trust me?)