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