From fc076d5e3a3491c074b7665942a163ca96da2a1c Mon Sep 17 00:00:00 2001 From: Yevheniy Hvozdikov Date: Mon, 23 Nov 2020 10:48:56 +0100 Subject: [PATCH] Adding a Note in README Adding a note for Visual Studio and GIT --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffd92a..1f394e4 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,7 @@ In case you want to use the "Docker" profile, make sure you have "Docker Desktop ## Wanted improvements * Add documentation, possibly with swagger * Adding a validation service layer, so the incoming data can be validated before any other call -* Adding more test coverage for the services behind the controller \ No newline at end of file +* Adding more test coverage for the services behind the controller + +### Note +In case of Visual Studio git pull of the project, make sure to have [GIT](https://git-scm.com/download/win) installed(Windows) \ No newline at end of file