From a6d0caab2829d4d0ee6b488341cb966bc33a5017 Mon Sep 17 00:00:00 2001 From: inkarkat Date: Fri, 21 Oct 2011 12:36:39 -0700 Subject: [PATCH] Clarify command window name (Cygwin and others), and give a hint that $ is the prompt and must not be typed. --- Quick-Start-Guide.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-Start-Guide.textile b/Quick-Start-Guide.textile index 1538dc0..4f38f67 100644 --- a/Quick-Start-Guide.textile +++ b/Quick-Start-Guide.textile @@ -4,7 +4,7 @@ Here's how to install and run the Todo.txt CLI: 1. "Download the latest stable release of Todo.txt CLI":http://github.com/ginatrapani/todo.txt-cli/downloads (available as a ZIP or TAR archive) and extract it. -2. At the command line, cd into the directory where you extracted todo.sh. Make the todo.sh script exectuable: +2. Open a command window. On Windows, this is _Cygwin Bash Shell_ (_not_ Command Prompt!); elsewhere, this is often called _Terminal_. It usually presents you with a @$@ prompt. @cd@ into the directory where you extracted todo.sh. Make the todo.sh script executable:
       $ chmod +x todo.sh