From ff0574a44923d8fcab175a1d688a56b0139185cf Mon Sep 17 00:00:00 2001
From: pretoms <118985869+pretoms@users.noreply.github.com>
Date: Thu, 15 Jun 2023 11:24:01 +0200
Subject: [PATCH] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index eb14afd..07dd8c0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ For working on your documentation it is recommended to host your local Hugo inst
 
 First install Hugo.
 ## Windows
-Use PowerShell to install the extended version of Hugo with winget. Add %localappdata%\microsoft\winget\packages to your [path variable](https://windowsloop.com/how-to-add-to-windows-path/).
+Use PowerShell to install the extended version of Hugo with winget. Add <kbd>%localappdata%\microsoft\winget\packages</kbd> to your [path variable](https://windowsloop.com/how-to-add-to-windows-path/).
 ```bash
 winget install Hugo.Hugo.Extended
 ```
@@ -31,10 +31,11 @@ brew install hugo
 # Clone
 
 Make sure you have [Git](https://git-scm.com/) installed on your system.
-[use this template] and share it with your team.
+Clone your repository to your system.
 Change active directory to the cloned repository and run the Hugo server.
 
 ```bash
+git clone <your-repo> <target-directory>
 cd C:\your\local\repository\path
 hugo server --minify
 ```
-- 
GitLab