From 9e26fa3bc4973d6107448dea406ace855b308707 Mon Sep 17 00:00:00 2001 From: Lorenzo Drudi Date: Fri, 24 Jun 2022 12:49:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe52799..f62213e 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ git clone git@github.com:LorenzoDrudi/Portify.git ``` Now you have to do a few steps: --Create the db with the [sql script](database/createDB.sql) +-Create the db with the [sql script](database/createDB.sql); --Use your DB credentials [here](src/main/resources/application.properties) +-Use your DB credentials [here](src/main/resources/application.properties). You can then run it on linux or mac-os with: