From bb71b1eab738fce278a1aea19c777199c0911ff8 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 2 Feb 2023 13:42:44 -0500 Subject: [PATCH] Reviewer feedback --- .../get-started/docsy-as-module/installation-prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/content/en/docs/get-started/docsy-as-module/installation-prerequisites.md b/userguide/content/en/docs/get-started/docsy-as-module/installation-prerequisites.md index 749227e262..5d1a41ed3c 100644 --- a/userguide/content/en/docs/get-started/docsy-as-module/installation-prerequisites.md +++ b/userguide/content/en/docs/get-started/docsy-as-module/installation-prerequisites.md @@ -84,7 +84,7 @@ Hugo's commands for module management require that the `git` client is installed ```console $ git version -git version 2.38.1.windows.1 +git version 2.39.1 ``` If no `git` client is installed on your system yet, go to the [Git website](https://git-scm.com/), download the installer for your system architecture and execute it. Afterwards, check for a successful installation.