mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-10-29 23:55:48 +01:00
Additional installation step in Windows
fixes https://github.com/mnauw/git-remote-hg/issues/23
This commit is contained in:
committed by
Mark Nauwelaerts
parent
0bf3db826b
commit
f050de1bcc
@@ -13,6 +13,13 @@ wget https://raw.github.com/mnauw/git-remote-hg/master/git-remote-hg -O ~/bin/gi
|
||||
chmod +x ~/bin/git-remote-hg
|
||||
--------------------------------------
|
||||
|
||||
In Windows, you also need to put and an NTFS symbolic link named `python2.exe` somewhere
|
||||
on your `$PATH` pointing to your Python 2 executable:
|
||||
|
||||
--------------------------------------
|
||||
mklink <path to link> <path to python.exe>
|
||||
--------------------------------------
|
||||
|
||||
That's it :)
|
||||
|
||||
Obviously you will need Mercurial installed.
|
||||
|
||||
Reference in New Issue
Block a user