From bc0df631e0dfbb04a275ff32e8388085404d0658 Mon Sep 17 00:00:00 2001 From: scott lindh Date: Wed, 4 May 2022 18:42:34 +0700 Subject: [PATCH] Update README.md No such command as "npm preinstall" the command is "npm run preinstall". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09178332..97134fb2 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This project is built with C/C++ and the building result is binding libraries of ``` * after changing the source code, build it ``` - $ npm preinstall + $ npm run preinstall ``` ### Testing the Results