From d2f93fe60943c3d0d7e4a2ae27a9279a5d2620ac 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 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0cb4568..d7538b6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # 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