diff --git a/README.md b/README.md index 1f4962f..a596965 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Getting Started -To get started with running the Evagram application in development mode, clone the JCSDA-internal/evagram repository into your local machine. +To get started with running the Evagram application in development mode, clone the JCSDA-internal/evagram repository into your local machine. ### Prerequisites @@ -10,4 +10,4 @@ The Evagram application is a full-stack application comprised of the frontend, b ## Usage -Once Docker is successfully installed into your system, simply open the Docker CLI and type in this command: `docker compose up`. This will automatically build the Evagram application using the docker compose configuration file and click on https://localhost:3000 once the process has started. +Once Docker is successfully installed into your system, simply open the Docker CLI to build and run the application: `docker compose build` and `docker compose up`. This will automatically build the Evagram application using the docker compose configuration file and click on https://localhost:3000 once the process has started.