docs: correct the directory to change in page about deploying MERNMail with SVR.JS
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
This commit is contained in:
parent
6486f7ba3b
commit
ff6d3b2de6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue