From ff6d3b2de6a3d8195875e07a2d9a36b64c3cbcf2 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 8 Nov 2024 18:26:19 +0100 Subject: [PATCH] docs: correct the directory to change in page about deploying MERNMail with SVR.JS --- docs/deployment/svrjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/svrjs.md b/docs/deployment/svrjs.md index 2b358cf..efc509e 100644 --- a/docs/deployment/svrjs.md +++ b/docs/deployment/svrjs.md @@ -70,7 +70,7 @@ Run these commands to install the MERNMail integration mod for SVR.JS (replace ` ```bash cd ~ git clone https://git.svrjs.org/mernmail/mernmail-svrjs-mod.git -cd mernmail-svrjs-integration +cd mernmail-svrjs-mod npm install npm run build cp dist/mod.js /usr/lib/svrjs/mods/mernmail.js