document need for msysgit installer to put it into PATH
This commit is contained in:
parent
0598412e5c
commit
de05ac11af
2 changed files with 15 additions and 2 deletions
|
@ -24,4 +24,16 @@ Windows XP.
|
|||
# End of transcript or log.
|
||||
"""]]
|
||||
|
||||
[[!meta title="git-annex on windows does not find msgit if user does not let msgit add itsselt to PATH"]]
|
||||
[[!meta title="git-annex on windows does not find msgit if user does not let msysgit add itsselt to PATH"]]
|
||||
|
||||
> I don't think it's any better for git-annex's installer to prompt for the
|
||||
> path to git, than it is for msysgit's installer to prompt for adding it
|
||||
> to the system path.
|
||||
>
|
||||
> The best fix would be to bundle msysgit into the git-annex installer
|
||||
> along with all the other stuff. But, that adds build-time complications
|
||||
> I would rather avoid.
|
||||
>
|
||||
> For now, I am going to treat this as a documentation problem;
|
||||
> I've updated the install page to be clear that msysgit needs to be
|
||||
> installed into PATH. [[done]] --[[Joey]]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
git-annex now does Windows!
|
||||
|
||||
* First, [install git](http://git-scm.com/downloads) (msysgit 1.9 or newer is needed)
|
||||
* First, [install git](http://git-scm.com/downloads) (msysgit 1.9 or newer is needed)
|
||||
** Be sure to tell the msysgit installer to add git to the PATH. **
|
||||
* Then, [install git-annex](https://downloads.kitenet.net/git-annex/windows/current/)
|
||||
|
||||
This port is now in reasonably good shape for command-line use of
|
||||
|
|
Loading…
Add table
Reference in a new issue