From f6db68fac63e82dac024dfa61f2f3aa63df48083 Mon Sep 17 00:00:00 2001 From: Simonas Kareiva Date: Tue, 9 Jun 2026 18:50:33 +0300 Subject: [PATCH] doc: Update run cmd and credits --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f156a74..8f21a72 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,15 @@ There are 11 levels in the game, so if you're on level 12, you won the game! cargo run --release -## Dependencies +## How to start (container): + + docker run -it --rm quay.io/kareiva/yamlabyrinth:latest + +## LLM Notice + +This was a fun project to do while learning Rust syntax and pecularities. I +have mostly used Opus 4.7 with 1M context to assist me with coding. + +## Author + +Simonas Kareiva ,