From fc735735a46dadfc2e7afc3ad36de859f0ea0e59 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 21 Apr 2022 17:51:43 +0200 Subject: chore: make git installation more correct --- docs/windows-requirements.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md index 7bdb8fa..752640e 100644 --- a/docs/windows-requirements.md +++ b/docs/windows-requirements.md @@ -13,9 +13,11 @@ | CMake ≥ 3.16 | | MS Visual Studio (Community) ≥ 16.11 (2019) (Desktop) (No preview) | -1. Git Extensions +1. [Git Extensions](https://sourceforge.net/projects/gitextensions/) - 1. You will need Git installed. You can get the latest version [here](https://sourceforge.net/projects/gitextensions/) + 1. You will need Git installed. You can get the latest version [https://git-scm.com/download/win](https://git-scm.com/download/win) + + - During Git installation - Adjusting your PATH environment. Pick "Git from the command line and also from 3rd-party software". 1. Install the compiler / IDE [Visual Studio (17) Community 2022](https://visualstudio.microsoft.com/downloads/) -- cgit