Additional installation step in Windows

fixes https://github.com/mnauw/git-remote-hg/issues/23
This commit is contained in:
native-api
2019-03-17 10:42:45 +03:00
committed by Mark Nauwelaerts
parent 0bf3db826b
commit f050de1bcc

View File

@@ -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.