Skip to content

Commit 8932186

Browse files
authored
Update README.md
1 parent b4ffc56 commit 8932186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ It's recommended to run the server using [forever](https://github.com/foreverjs/
193193

194194
### Running in Forever
195195

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.
197197

198198
Remember to install forever first: `sudo npm install -g forever`.
199199

0 commit comments

Comments
 (0)