From eeef6fe756877ff7a97ca370bf3f9bef5f1aa09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C3=A6l=C5=8Drum=20spect=C4=81tr=C4=ABx?= Date: Fri, 21 Nov 2025 22:27:19 +0100 Subject: [PATCH] Minor README fixes --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0cb4568..8219f49 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # Dependencies -- [https://call-cc.org](CHICKEN Scheme) 5 or 6, -- A few CHICKEN extensions, installable using: -```sh -chicken-install -s html-parser openssl http-client matchable srfi-18 +- [CHICKEN Scheme](https://call-cc.org) 5 or 6; +- A few CHICKEN extensions, installable using `chicken-install -s html-parser openssl http-client matchable srfi-18`. ``` # Building -- Compile and install using `make` and `sudo make install`. +- Compile and install using `make` and `sudo make install`; - Alternatively, run `./rain.sld` directly. # License