From 56b124db91640a392161d625bc7efc9d12ed6b60 Mon Sep 17 00:00:00 2001 From: dolanor Date: Mon, 29 Jul 2013 17:11:39 +0200 Subject: [PATCH] Update of commands with new scripts and repository name --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98fb33e..27f2f55 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Placez vous tout d'abord dans le répertoire /tmp: Récupérez le script grâce à git: - $ git clone https://github.com/YunoHost/Script.git + $ git clone https://github.com/YunoHost/install_script.git Déplacez vous dans le répertoire Script nouvellement cloné: - $ cd Script/ + $ cd install_script/ Rendez le script install_yunohost exécutable: @@ -32,7 +32,11 @@ Rendez le script install_yunohost exécutable: Exécutez le script: - $ ./install_yunohost + $ ./install_yunohostv1 + +ou + + $ ./install_yunohostv2 Le script va automatiquement lancer l'installation de yunohost sur votre poste ainsi que tous les paquets nécessaires. Répondez simplement aux questions qui vous seront posées.