Update packaging_apps.md

This commit is contained in:
ma.azimi@laposte.net 2015-06-22 12:32:58 +02:00 committed by YunoHost
parent 53bdb7a44d
commit b92c3b20f3

View file

@ -17,7 +17,7 @@ A YunoHost package is composed of:
* A `LICENSE` file containing the license of the package
* A presentation page of your package in a `README.md` file
**[A basic package](https://github.com/opi/example_ynh)**: feel free to use it as a framework.
**[A basic package](https://github.com/YunoHost/example_ynh)**: feel free to use it as a framework.
### Manifest
The `manifest.json` file defines the app's constants, a bunch of values that YunoHost needs to identify the app and install it correctly. It looks like this :