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 d2f93fe609

View file

@ -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