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