aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7df5258..a372434 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,17 @@ A 2D tile-driven game engine for Chicken Scheme, built on SDL2. Targets old-scho
**[📖 Full Documentation](https://docs.etenil.net/downstroke/guide.html)**
+## Installation
+
+Clone and install from source:
+
+ git clone https://git.etenil.net/downstroke
+ cd downstroke
+ chicken-install
+
+This will install the `downstroke` egg and all its dependencies. Ensure you have the required system libraries installed first (see [Dependencies](#dependencies) below).
+
+
## Features
- Tweens with easing helpers