summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd11057..74acb2d 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,15 @@
This is a C++ project aiming to create a cross-platform (Windows, macOS, Linux) 64-kilobyte demo.
+## Quickstart
+
+Development setup:
+
+```bash
+cmake -S . -B build -DDEMO_ALL_OPTIONS=ON
+cmake --build build
+```
+
## Project Files
- `ASSET_SYSTEM.md`: Describes the custom asset packing and management system.