diff --git a/wiki/install.md b/wiki/install.md index d2902d4..48f5687 100644 --- a/wiki/install.md +++ b/wiki/install.md @@ -79,6 +79,7 @@ By default, Wiki.js will not start automatically following a system reboot. In o - Run the command: `npm install pm2-windows-startup -g` - Once finished, run the command: `pm2-startup install` 3. Finally, **save the current pm2 configuration** by running the command: `pm2 save` + - ensure that wiki.js is [running](/wiki/install.md#run-wikijs), so that pm2 includes this in the process list ### View installed version To view the currently installed version, run the command: @@ -98,4 +99,4 @@ If you cannot use the above installation methods, you can manually install Wiki. 5. See steps above to configure and run Wiki.js. ## More -View more troubleshooting options [here](/wiki/troubleshooting#wiki-js-wont-start). \ No newline at end of file +View more troubleshooting options [here](/wiki/troubleshooting#wiki-js-wont-start).