From 5c7968fbb7fcce67fcc7fbfe5a54d94dd939bd09 Mon Sep 17 00:00:00 2001 From: Viktor Popp Date: Wed, 28 Aug 2024 10:22:47 +0200 Subject: [PATCH] Fixed build guide newline --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86f9802..098ef52 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ A simple guide on using this to-do app: ``` ## Build Guide -First clone the repository. Then follow the steps below for your platform. +First clone the repository. Then follow the steps below for your platform.
**Windows**
```console > cd Scripts && GenVisualStudio2022.bat # Choose 2019 for VS2019 @@ -49,4 +49,4 @@ Open Todo-App.sln and build the project. ```console $ premake5 gmake2 # Can also use regular gmake $ make -``` \ No newline at end of file +```