From e41329e28f0f041255654d465bbcb79f6b91b6ea Mon Sep 17 00:00:00 2001 From: William Petit Date: Sat, 10 Oct 2015 14:33:41 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 241ebd4..0d9375e 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Lanceur d'application pour GNU/Linux - [NodeJS](https://nodejs.org/) - Dernière version stable, testé sur la 0.12.* - [NPM](https://www.npmjs.com/) - Normalement automatiquement installé avec NodeJS. -### Initialisation du projet +### Initialisation du projet & lancement de Pitaya ``` git clone https://forge.cadoles.com/wpetit/pitaya.git cd pitaya git checkout develop npm install -DEBUG=pitaya* npm start +DEBUG=pitaya* NODE_ENV=development npm start ``` ## Variables d'environnement