mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
bugfix README: git branch "main" -> "master"
This commit is contained in:
parent
09b533f044
commit
6283c9e673
2 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ Please send your pull request to https://github.com/YunoHost-Apps/pyinventory_yn
|
||||||
|
|
||||||
Try 'main' branch, e.g.:
|
Try 'main' branch, e.g.:
|
||||||
```bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/pyinventory_ynh/tree/main --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/pyinventory_ynh/tree/master --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade pyinventory -u https://github.com/YunoHost-Apps/pyinventory_ynh/tree/main --debug
|
sudo yunohost app upgrade pyinventory -u https://github.com/YunoHost-Apps/pyinventory_ynh/tree/master --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
Try 'testing' branch, e.g.:
|
Try 'testing' branch, e.g.:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Web based management to catalog things including state and location etc."
|
"en": "Web based management to catalog things including state and location etc."
|
||||||
},
|
},
|
||||||
"version": "0.8.1~ynh3",
|
"version": "0.8.1~ynh4",
|
||||||
"url": "https://github.com/jedie/PyInventory",
|
"url": "https://github.com/jedie/PyInventory",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue