From db65c7af474c27fcb49e5a298d9cbc5ae832aef9 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 8 Sep 2014 20:12:39 +0200 Subject: [PATCH] Update forever command --- doc/installation/manual_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/manual_installation.md b/doc/installation/manual_installation.md index 7dd5b9a7d..6d37ea7fc 100644 --- a/doc/installation/manual_installation.md +++ b/doc/installation/manual_installation.md @@ -108,7 +108,7 @@ That's it! Go on your browser to the XO-Server IP address, and it works :) ``` npm install -g forever -forever start -c ./node_modules/.bin/coffee src/main.coffee +forever start bin/xo-server ``` - Our stable branch is "master" and the beta branch is "next-release". You can change it if you want to test our latest features (on both XO-Server and XO-Web, do NOT mix them):