From 9e11b94be5b8677f00d9369b11c2aeac86309a1f Mon Sep 17 00:00:00 2001 From: Benedikt Schmitz <benedikt.schmitz@arcor.de> Date: Fri, 24 Mar 2023 13:53:28 +0100 Subject: [PATCH] edit spacing readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 107976b..08cf9ef 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,21 @@ ## Installation Make sure to have php and npm installed. -Run the following commands for initiation:\\ -npm install\\ +Run the following commands for initiation: <br /> +npm install <br /> composer install Connect your mysql database and set the .env file with your api keys ## Set Database -First migrate your database:\\ +First migrate your database: <br /> php artisan migrate -Fill database with commands (make sure to have the right datasets at the right position):\\ -php artisan import:daycare-centers\\ +Fill database with commands (make sure to have the right datasets at the right position): <br /> +php artisan import:daycare-centers <br /> php artisan import:api-details ## Start Website -Start the database and run the following command in 2 seperate terminals:\\ -php artisan serve\\ +Start the database and run the following command in 2 seperate terminals: <br /> +php artisan serve <br /> npm run watch -- GitLab