From 9b3f3696eb561800c2d5c30f31b1f03599701dba Mon Sep 17 00:00:00 2001 From: Dave Brondsema Date: Tue, 6 Mar 2018 22:11:47 -0500 Subject: [PATCH] Omit the step number in windows git installation wizard, since the step name is sufficient, and more future-proof to changes --- en/deploy/install_git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/deploy/install_git.md b/en/deploy/install_git.md index 211407c2775..3b198524bf6 100644 --- a/en/deploy/install_git.md +++ b/en/deploy/install_git.md @@ -5,7 +5,7 @@ Git is a "version control system" used by a lot of programmers. This software ca -You can download Git from [git-scm.com](https://git-scm.com/). You can hit "next" on all steps except for one; in the fifth step entitled "Adjusting your PATH environment", choose "Use Git and optional Unix tools from the Windows Command Prompt" (the bottom option). Other than that, the defaults are fine. Checkout Windows-style, commit Unix-style line endings is good. +You can download Git from [git-scm.com](https://git-scm.com/). You can hit "next" on all steps except for one; in the step entitled "Adjusting your PATH environment", choose "Use Git and optional Unix tools from the Windows Command Prompt" (the bottom option). Other than that, the defaults are fine. Checkout Windows-style, commit Unix-style line endings is good. Do not forget to restart the command prompt or powershell after the installation finished successfully.