From 2cb7c14973ae5cea31241cfbf6977ac463cea120 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Mon, 20 Apr 2026 15:21:36 +0100 Subject: Add installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3