Skip to content

Commit f050de1

Browse files
native-apimnauw
authored andcommitted
Additional installation step in Windows
fixes #23
1 parent 0bf3db8 commit f050de1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ wget https://raw.github.com/mnauw/git-remote-hg/master/git-remote-hg -O ~/bin/gi
1313
chmod +x ~/bin/git-remote-hg
1414
--------------------------------------
1515

16+
In Windows, you also need to put and an NTFS symbolic link named `python2.exe` somewhere
17+
on your `$PATH` pointing to your Python 2 executable:
18+
19+
--------------------------------------
20+
mklink <path to link> <path to python.exe>
21+
--------------------------------------
22+
1623
That's it :)
1724

1825
Obviously you will need Mercurial installed.

0 commit comments

Comments
 (0)