From afe22d93429f3eca75eec005398b0ec01b0f8261 Mon Sep 17 00:00:00 2001 From: Marc <35350738+marctheshark3@users.noreply.github.com> Date: Thu, 9 May 2024 11:44:43 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 197a49a6..a6c4f00d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ Enter you Wallet Address in the input tab when you start up the dashboard ## UI Operation ``` # USING LATEST DOCKER IMAGE FROM GIT +docker compose down # Stops the UI docker compose pull # pulls the latest docker image docker compose up -d # Runs the UI -docker compose down # Stops the UI + # ALTERNATIVELY YOU CAN BUILD IT YOURSELF git pull # ensure you have latest files from git