From 8a4c14c00bd2f140fc0f6a9bdd990f3f16f1d98e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 12 Apr 2013 17:46:59 -0300 Subject: [PATCH] Update README.md work on Windows (closes #3). --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dd6ea1..a04641b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ It is smart enough to ignore repos with dirty working directories, and provides a (hopefully) great way to get everything up-to-date for those short periods of internet access between long periods of none. -gitup works on both OS X and Linux. You should have the latest version of git -and at least Python 2.7 installed. +gitup should work on OS X, Linux, and Windows. You should have the latest +version of git and at least Python 2.7 installed. # Installation @@ -25,6 +25,12 @@ Then, to install for everyone: Finally, simply delete the `git-repo-updater` directory, and you're done! +__Note:__ If you are using Windows, you may wish to add a macro so you can +invoke gitup in any directory. Note that `C:\python27\` refers to the +directory where Python is installed: + + DOSKEY gitup=c:\python27\python.exe c:\python27\Scripts\gitup $* + # Usage There are two ways to update repos: you can pass them as command arguments,