From 161e17deba24fe2ce4d4ba2e41c06ee237d0377a Mon Sep 17 00:00:00 2001 From: Isaac Pei Date: Tue, 24 Sep 2013 11:04:25 -0700 Subject: [PATCH] adding git on windows as alternative to cygwin --- 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 58c0e4e..9188610 100644 --- a/Quick-Start-Guide.textile +++ b/Quick-Start-Guide.textile @@ -1,6 +1,6 @@ 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. +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 (Another suggestion is to use git on windows - it's smaller and have sh builtin http://git-scm.com/). 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. Mac users: There is a "Homebrew":http://mxcl.github.com/homebrew/ package for todo.txt - install using brew install todo-txt. There is also a "MacPorts":http://www.macports.org package - install with port install todotxt.