diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-10 13:22:19 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-10 13:22:19 -0400 |
commit | d3cbedcfe3702cc8bcd784a6655227eb03675cb2 (patch) | |
tree | d6401e7d634f2259fb65255cbf3e7205b3548daf /doc/install | |
parent | 273ea8e322fa5db5eaffd7bb4f2729a4690db99c (diff) |
warn about git for windows not working
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Windows.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn index 3d4b7a073..37fbc85c2 100644 --- a/doc/install/Windows.mdwn +++ b/doc/install/Windows.mdwn @@ -1,6 +1,6 @@ git-annex now does Windows! -* First, [install git](http://git-scm.com/downloads) (msysgit 1.9 or newer is needed) +* First, [install msysgit](http://git-scm.com/downloads) (msysgit 1.9 is needed; the new "git for windows" does not currently work) _Be sure to tell the msysgit installer to add git to the PATH._ That is, select "Use Git from the Windows Command Prompt" * Then, [install git-annex](https://downloads.kitenet.net/git-annex/windows/current/) |