You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ It's recommended to run the server using [forever](https://github.com/foreverjs/
193
193
194
194
### Running in Forever
195
195
196
-
The easiest way to run in forever is to clone the node export server repo, and run `forever start ./bin/cli.js --enableServer 1 --killSignal SIGINT` in the project folder.
196
+
The easiest way to run in forever is to clone the node export server repo, and run `forever start --killSignal SIGINT ./bin/cli.js --enableServer 1` in the project folder.
197
197
198
198
Remember to install forever first: `sudo npm install -g forever`.
0 commit comments