aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-20 15:21:36 +0100
committerGene Pasquet <dev@etenil.net>2026-04-20 15:21:36 +0100
commit2cb7c14973ae5cea31241cfbf6977ac463cea120 (patch)
tree639ed2a2cb023b4008c6d3eb3ed4be2f9bf374e8 /README.md
parent38c7a398639e625f5bfdd0333bad16687edc0bec (diff)
Add installation instructionsHEADmain
Diffstat (limited to 'README.md')
-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