diff --git a/packaging_apps_helpers.md b/packaging_apps_helpers.md index 600ed44e..0ec4bfa0 100644 --- a/packaging_apps_helpers.md +++ b/packaging_apps_helpers.md @@ -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 ```