From 32fc0721dc0b0812882e8898f163e88e6acd8697 Mon Sep 17 00:00:00 2001 From: ben-2357 <123012900+ben-2357@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:52:40 -0600 Subject: [PATCH] Made run steps easier to understand --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cf641da..c2ff5a3 100644 --- a/README.md +++ b/README.md @@ -103,15 +103,14 @@ What you will need: ### Run the project -> [!IMPORTANT] -> If you have configured external access, utilize the following commands: -> ```sh ->cd deployment/docker ->docker-compose -f docker-compose.yaml -f docker-compose-caddy.yaml up -d ->``` -Open a terminal in the project directory and run the command: + If you have configured external access, utilize the following commands: +```sh +cd deployment/docker +docker-compose -f docker-compose.yaml -f docker-compose-caddy.yaml up -d +``` + If you have not configured external access, utilize the following commands: ```sh cd deployment/docker docker compose up -d