From f817dbaf966a431ead9b133e1857891e44694f5d Mon Sep 17 00:00:00 2001
From: Alex Shinn <alexshinn@gmail.com>
Date: Wed, 12 May 2021 08:28:55 +0900
Subject: [PATCH] emphasize not to use emmake directly

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index af30efc5..cbaca6b3 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +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`.
+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*.