From 7895085922057dc441fd2e33a79651373392cfc6 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 22 Sep 2024 08:34:12 +0200 Subject: [PATCH] docs: correct the SVR.JS mod test instructions --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0a7640e..2102a9c 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ To perform unit tests with Jest, run "npm test". To test the mod: 1. Clone the SVR.JS repository with "git clone https://git.svrjs.org/svrjs/svrjs.git" command. -2. Change the working directory to "svrjs" using "cd svr.js". +2. Change the working directory to "svrjs" using "cd svrjs". 3. Build SVR.JS by first running "npm install" and then running "npm run build". 4. Copy the mod into mods directory in the dist directory using "cp ../dist/mod.js dist/mods" (GNU/Linux, Unix, BSD) or "copy ..\dist\mod.js dist\mods" (Windows). 5. Do the necessary mod configuration if the mod requires it.