[docs] Note on first run duration

This commit is contained in:
Oliver Dressler
2025-09-20 15:04:20 +02:00
parent 7bb9f3dadc
commit b5f75327db

View File

@@ -18,7 +18,7 @@ curl https://elan.lean-lang.org/elan-init.sh -sSf | sh
git clone --recursive https://github.com/oOo0oOo/LeanDoomed.git git clone --recursive https://github.com/oOo0oOo/LeanDoomed.git
cd LeanDoomed cd LeanDoomed
# Run the "game" # Run the "game". The initial run will take a few minutes to compile everything.
lake exe LeanDoomed lake exe LeanDoomed
``` ```