From da081b9ef1502082f89f93b68be6802099c412d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Rosales?= <65097596+xrimsonn@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:07:49 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 168faf0..cf71995 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You will need to have installed: 3. Run the command `mvn install` to download dependencies. -4. Run the Spring Boot application. +4. Run the Spring Boot application using mvn `spring-boot:run`. The backend server should now be running and you can go to the index on http://localhost:8080.