Add header on python script to permit launch it with './'.

This commit is contained in:
Moul 2016-02-11 17:24:24 +01:00
parent 45b6c6a33b
commit 7b413b8ede

View file

@ -69,7 +69,7 @@ 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 ...]]]
./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)