From 98cbada07d1259533cc7bd0e6fd6fdb794ff3611 Mon Sep 17 00:00:00 2001 From: itsscb Date: Sun, 1 Oct 2023 15:50:11 +0200 Subject: [PATCH] fix/typo & minor changes --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf7884b..44c751d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # df -To first run the application in your local environment you can use ```make initialize``` or run the commands listed in ```Makefile``` unter `initialize` ***manually*** with your terminal in the repository directory. +To first run the application in your local environment you can use + +``` +make initialize +``` + +or run the commands listed in ```Makefile``` under `initialize` ***manually*** with your terminal in the repository root directory. # Prerequisites @@ -16,7 +22,9 @@ If you wish to use the `Makefile` you need [`make`](https://www.gnu.org/software However if you are on *Windows* you could use [`GnuWin32.Make`](https://gnuwin32.sourceforge.net/install.html) which can be installed on *Windows 11* using: -```winget install GnuWin32.Make``` +``` +winget install GnuWin32.Make +``` #### Database