Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-08-22 07:52:21 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-09-24 22:45:19 +0300
commit61959e1c82b62fadbcff92e4f109d085a4482f32 (patch)
tree8e177ee3b4fccd6789d437788dcae1ca1d7dcd80
parent19e47dff6c349eb030e1456241272e15c4d71245 (diff)
Update docs/Compilation.txt for the new Git.
-rw-r--r--docs/Compilation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Compilation.txt b/docs/Compilation.txt
index be54270ff..8de37b3d4 100644
--- a/docs/Compilation.txt
+++ b/docs/Compilation.txt
@@ -28,7 +28,7 @@ SET "MPCHC_MSYS=C:\MSYS"
SET "MPCHC_MINGW32=%MPCHC_MSYS%\mingw"
SET "MPCHC_MINGW64=%MPCHC_MINGW32%"
REM Git is optional to set if you chose to add it in PATH when installing it
-SET "MPCHC_GIT=C:\Program Files (x86)\Git"
+SET "MPCHC_GIT=C:\Program Files\Git"
REM Optional, if you plan to modify the translations, install Python 2.7 or set the variable to its path
SET "MPCHC_PYTHON=C:\Python27"
@@ -36,7 +36,7 @@ SET "MPCHC_PYTHON=C:\Python27"
Part C: Downloading and compiling the MPC-HC source
1. Use Git to clone MPC-HC's repository to "C:\mpc-hc" (or anywhere else you like)
- Download Git from http://msysgit.github.io/
+ Download Git from https://git-for-windows.github.io/
Run:
git clone --recursive https://github.com/mpc-hc/mpc-hc.git