From 91e157940c7b06cf8fd4d88bd664a30a25bbd6d3 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 23 Mar 2017 18:48:59 +0100 Subject: [PATCH] [mod] build_system: change package to 'yunohost' which is main repo and nginx conf package is no more used. --- build_system.md | 4 ++-- build_system_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_system.md b/build_system.md index 38b2cf34..7a114c37 100644 --- a/build_system.md +++ b/build_system.md @@ -60,8 +60,8 @@ The previous instructions will configure a new git alias named `yunobump`. It is ```bash # You Only Clone Once -$ git clone git@github.com:YunoHost/yunohost-config-nginx.git -$ cd yunohost-config-nginx +$ git clone git@github.com:YunoHost/yunohost.git +$ cd yunohost # Be sure to be up-to-date, and don't forget to get the tags ! $ git fetch --tags diff --git a/build_system_fr.md b/build_system_fr.md index bc38dd2c..cec97fd1 100644 --- a/build_system_fr.md +++ b/build_system_fr.md @@ -78,8 +78,8 @@ Ceci va configurer un nouvel alias git nommé `yunobump`, global (stocké dans ` ```bash # You Only Clone Once -$ git clone git@github.com:YunoHost/yunohost-config-nginx.git -$ cd yunohost-config-nginx +$ git clone git@github.com:YunoHost/yunohost.git +$ cd yunohost # Be sure to be up-to-date, and don't forget to get the tags ! $ git fetch --tags