From d2361d6b4bce34fd8d8a6ae563f9befca7fc0825 Mon Sep 17 00:00:00 2001 From: Oliveriver Date: Thu, 17 Oct 2024 22:36:40 +0100 Subject: [PATCH] Add extra clarity to setup instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c74f5d..829c7ca 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,9 @@ Requirements: Steps: - Ensure Docker is running. -- Run `docker compose build frontend backend`. -- Run `docker compose up -d`. +- Open a command prompt in the root directory of your clone of this repository. +- Run `docker compose build frontend backend` via the command line. +- Run `docker compose up -d` via the command line. - Wait at least a minute for the database to initialise. If you encounter errors creating games after opening the client, you may need to wait longer. - Access the game client at http://localhost:5173.