Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marctheshark3 authored May 9, 2024
1 parent e95f457 commit afe22d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afe22d9

Please sign in to comment.