Update packaging_apps_helpers.md

This commit is contained in:
ma.azimi@laposte.net 2016-03-12 00:16:57 +01:00 committed by YunoHost
parent b346b4883e
commit 970dcc315b

View file

@ -9,7 +9,7 @@ From YunoHost 2.4, [shell helpers](https://github.com/YunoHost/yunohost/tree/uns
To use them, you need to add following lines in the shell scripts:
```bash
# Source app helpers
. /usr/share/yunohost/apps/helpers
. /usr/share/yunohost/helpers
```
<br />