From 16b11f57b860ade5b92c55851f3bf031fe1c6172 Mon Sep 17 00:00:00 2001 From: ilk Date: Sun, 16 Jun 2024 13:42:32 +0300 Subject: [PATCH] README: add link to online manual It is not uncommon that the git repo is the first encounter with a project. Having the manual available in the repo makes it easier to discover. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa312722..1a1819d8 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,5 @@ shared libraries. To make the emscripten build run `make js` (_not_ `emmake make js`). For more detailed documentation, run `make doc` and see the generated -*doc/chibi.html*. +*doc/chibi.html* or read the [manual](http://synthcode.com/scheme/chibi/) +online.