Minor README fixes
This commit is contained in:
parent
70fdce0d5b
commit
b1ead90891
1 changed files with 3 additions and 5 deletions
|
|
@ -1,14 +1,12 @@
|
|||
# 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;g
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue