From 2ecffe6e65c4c69817db051bc0777fb361e63902 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 29 Feb 2024 09:59:02 +0000 Subject: [PATCH] Add missing npm install command to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c7b7bf..651b3d5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ $ kot checkout From the same directory as this README: ```sh-session +$ npm install $ npm install -g ```