Minor README fixes
This commit is contained in:
parent
70fdce0d5b
commit
d2f93fe609
1 changed files with 3 additions and 6 deletions
|
|
@ -1,14 +1,11 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
- [https://call-cc.org](CHICKEN Scheme) 5 or 6,
|
- [CHICKEN Scheme](https://call-cc.org) 5 or 6;
|
||||||
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue