From 0e1c8475479735f9049cc498e309e63161eb62e0 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 12 Nov 2015 15:07:27 +0100 Subject: [PATCH] Maj README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad68bbc..03ba763 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ Lanceur d'application pour GNU/Linux ### Initialisation du projet & lancement de Pitaya +Récupérez préalablement les sources via [Git](http://git-scm.com/). + ``` -git clone https://forge.cadoles.com/cadoles/pitaya-launcher.git -cd pitaya -git checkout develop -npm install -PITAYA_LOG_LEVEL=debug NODE_ENV=development npm start +cd pitaya-launcher # Se placer dans le répertoire des sources de pitaya-launcher +git checkout develop # Basculer sur la branche de développement +npm install # Installer les dépendances +PITAYA_LOG_LEVEL=debug NODE_ENV=development npm start # Lancer l'application ``` ## Variables d'environnement