mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[mod] build_system: change package to 'yunohost' which is main repo and nginx conf package is no more used.
This commit is contained in:
parent
9f2b4a6440
commit
91e157940c
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue