mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
[doc] document the usage of add_or_update.py script
This commit is contained in:
parent
48cb1be432
commit
99d7b08cac
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -61,5 +61,15 @@ The integration will be discussed on the Pull Request.
|
|||
|
||||
**Important**: You will have to find a maintainer willing to take care of the package while published if you want your app to be validated.
|
||||
|
||||
#### More information on [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps)
|
||||
#### Helper script
|
||||
|
||||
You can use the <code>add_or_update.py</code> python script to add or update
|
||||
your app from one of the 2 json files.
|
||||
|
||||
Usage:
|
||||
|
||||
```bash
|
||||
python ./add_or_update.py [community.json OR official.json] [github url [github url [github url ...]]]
|
||||
```
|
||||
|
||||
#### More information on [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps)
|
||||
|
|
Loading…
Add table
Reference in a new issue