diff --git a/README.md b/README.md
index 095b29f..e8092ca 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
-
How to run me?
+How to run me locally?
-Use `./mvnw spring-boot:run`
\ No newline at end of file
+Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-backend .`
+and then `docker run -d -p 8080:80 silly-game-backend` and visit https://localhost:8080/game/start to check if the backend is working
\ No newline at end of file