From a6369839c5773c7e8b626c73b9fe633155b59a3f Mon Sep 17 00:00:00 2001 From: inkarkat Date: Fri, 21 Oct 2011 12:26:02 -0700 Subject: [PATCH] Add instructions to install the Cygwin prerequisite on Windows. --- Quick-Start-Guide.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quick-Start-Guide.textile b/Quick-Start-Guide.textile index aa5e056..1538dc0 100644 --- a/Quick-Start-Guide.textile +++ b/Quick-Start-Guide.textile @@ -1,5 +1,7 @@ Here's how to install and run the Todo.txt CLI: +0. (Windows only:) "Download and install Cygwin":http://cygwin.com/install.html. Cygwin provides a Unix-environment for Windows; Todo.txt needs just the Bash shell and some common Unix tools, so a minimal installation will do just fine. + 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: