From f050de1bcc3f37f5572035a63c85aba60f7b9088 Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 17 Mar 2019 10:42:45 +0300 Subject: [PATCH] Additional installation step in Windows fixes https://github.com/mnauw/git-remote-hg/issues/23 --- README.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index d0cdbe2..502fead 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 +-------------------------------------- + That's it :) Obviously you will need Mercurial installed.