From e3782e35a53b82f96710d040346acd033a9b55e2 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 6 May 2021 20:31:29 +0900 Subject: [PATCH] add note about emscripten build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d9dbef2..af30efc5 100644 --- a/README.md +++ b/README.md @@ -52,5 +52,7 @@ By default files are installed in **/usr/local**. If you want to try out chibi-scheme without installing, be sure to set `LD_LIBRARY_PATH` so it can find the shared libraries. +To make the emscripten build run `make js`. + For more detailed documentation, run `make doc` and see the generated *doc/chibi.html*.