From b5f75327db0a9a8da9c1439108b03144fc7202be Mon Sep 17 00:00:00 2001 From: Oliver Dressler Date: Sat, 20 Sep 2025 15:04:20 +0200 Subject: [PATCH] [docs] Note on first run duration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d65c365..bcf9b99 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ curl https://elan.lean-lang.org/elan-init.sh -sSf | sh git clone --recursive https://github.com/oOo0oOo/LeanDoomed.git cd LeanDoomed -# Run the "game" +# Run the "game". The initial run will take a few minutes to compile everything. lake exe LeanDoomed ```