1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Transferring to YunoHost-Apps

This commit is contained in:
tituspijean 2019-05-28 23:37:43 +01:00
parent f603657358
commit 9ca1379cfb
2 changed files with 8 additions and 8 deletions

View file

@ -45,7 +45,7 @@ Can the app be used by multiple users? No.
## Links
* Report a bug: https://github.com/tituspijean/nodered_ynh/issues
* Report a bug: https://github.com/YunoHost-Apps/nodered_ynh/issues
* App website: https://nodered.org/
* Upstream app repository: https://github.com/node-red/node-red
* YunoHost website: https://yunohost.org/
@ -56,11 +56,11 @@ Developers info
----------------
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
Please do your pull request to the [testing branch](https://github.com/tituspijean/nodered_ynh/tree/testing).
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/tituspijean/nodered_ynh/tree/testing --debug
sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
or
sudo yunohost app upgrade nodered -u https://github.com/tituspijean/nodered_ynh/tree/testing --debug
sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
```

View file

@ -45,7 +45,7 @@ L'application peut-elle être utilisée par plusieurs utilisateurs? Non.
## Liens
* Signaler un bug: https://github.com/tituspijean/nodered_ynh/issues
* Signaler un bug: https://github.com/YunoHost-Apps/nodered_ynh/issues
* Site de l'application: https://nodered.org/
* Dépôt de l'application principale: https://github.com/node-red/node-red
* Site web YunoHost: https://yunohost.org/
@ -56,11 +56,11 @@ Informations pour les développeurs
----------------
**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.**
Merci de faire vos pull request sur la [branche testing](https://github.com/tituspijean/nodered_ynh/tree/testing).
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/nodered_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/tituspijean/nodered_ynh/tree/testing --debug
sudo yunohost app install https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
ou
sudo yunohost app upgrade nodered_ynh -u https://github.com/tituspijean/nodered_ynh/tree/testing --debug
sudo yunohost app upgrade nodered_ynh -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug
```