From 76bff8167c70e7481ef73ef63f4fa7da12dce0ad Mon Sep 17 00:00:00 2001 From: nalla Date: Tue, 24 Mar 2015 14:42:25 +0100 Subject: [PATCH] Reflect the upcoming desktop shortcut. --- Building-Git.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-Git.md b/Building-Git.md index 390b001..338bade 100644 --- a/Building-Git.md +++ b/Building-Git.md @@ -8,10 +8,10 @@ We build Git for Windows using an [MSys2](https://msys2.github.io/) based *Git f 1. An initial `git clone` and `make` should have already occurred when installing the [net-installer](https://github.com/git-for-windows/build-extra/releases). -2. Open the *Git for Windows SDK* by double clicking either `mingw32_shell.bat` or `mingw64_shell.bat`. +2. Open the *Git for Windows SDK* shell by double clicking either the Shortcut on the desktop `Git SDK 32-bit.lnk` or by double clicking `mingw32_shell.bat` in the install folder. That is `Git SDK 64-bit.lnk` and `mingw64_shell.bat` for the `64bit` [net-installer](https://github.com/git-for-windows/build-extra/releases). -2. `cd /usr/src/git`. +2. Change directory to the initial clone: `cd /usr/src/git`. -4. Build Git: `make`. +4. (Optional) build Git: `make`. 5. Run the test suite: `make test` \ No newline at end of file