Minor README fixes

This commit is contained in:
cælōrum spectātrīx 2025-11-21 22:27:19 +01:00
parent 70fdce0d5b
commit b1ead90891

View file

@ -1,14 +1,12 @@
# Dependencies # Dependencies
- [https://call-cc.org](CHICKEN Scheme) 5 or 6, - [CHICKEN Scheme](https://call-cc.org) 5 or 6;g
- A few CHICKEN extensions, installable using: - A few CHICKEN extensions, installable using `chicken-install -s html-parser openssl http-client matchable srfi-18`.
```sh
chicken-install -s html-parser openssl http-client matchable srfi-18
``` ```
# Building # Building
- Compile and install using `make` and `sudo make install`. - Compile and install using `make` and `sudo make install`;
- Alternatively, run `./rain.sld` directly. - Alternatively, run `./rain.sld` directly.
# License # License