[mod] build_system: change package to 'yunohost' which is main repo and nginx conf package is no more used.

This commit is contained in:
Moul 2017-03-23 18:48:59 +01:00
parent 9f2b4a6440
commit 91e157940c
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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