Skip to content

Commit

Permalink
Fixed build guide newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorPopp authored Aug 28, 2024
1 parent 377391d commit 5c7968f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br>
**Windows** <br>
```console
> cd Scripts && GenVisualStudio2022.bat # Choose 2019 for VS2019
Expand All @@ -49,4 +49,4 @@ Open Todo-App.sln and build the project.
```console
$ premake5 gmake2 # Can also use regular gmake
$ make
```
```

0 comments on commit 5c7968f

Please sign in to comment.