diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-26 13:29:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-26 13:29:12 -0400 |
commit | 8e0be12f87c1a1067e0012a23618d4b8aa5a4534 (patch) | |
tree | c053c70bb93a74945cc33c34736f3b4841e96ba7 /doc | |
parent | aa542fd7cccfa89d584595a6a986a386e823472f (diff) |
emphasize that 32 bit version if git for windows is the one that works with git-annex
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn | 4 | ||||
-rw-r--r-- | doc/install/Windows.mdwn | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn b/doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn index 0fdbf2249..2d60551f2 100644 --- a/doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn +++ b/doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn @@ -16,3 +16,7 @@ Presumably it's crashing. ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) Not on windows so far :) + +> The page doesn't suggest getting the 32 bit version, it just says to get +> it. Implication should be that's the version that works. I've noted that +> this is an important requirement now. [[done]] --[[Joey]] diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn index b40692765..5063b275b 100644 --- a/doc/install/Windows.mdwn +++ b/doc/install/Windows.mdwn @@ -1,7 +1,7 @@ git-annex now does Windows! * First, [install git for Windows](http://git-scm.com/downloads) - Get the 32 bit version not the 64 bit version. + Important: **Get the 32 bit version not the 64 bit version.** (Note that msysgit is no longer supported.) * Then, [install git-annex](https://downloads.kitenet.net/git-annex/windows/current/) |