[enh] Don't advice user to use helpers

This commit is contained in:
ljf (zamentur) 2022-08-06 14:27:05 +02:00
parent 2cf3b5697f
commit 5a8f39aa8a

View file

@ -19,11 +19,4 @@ To expose the app on the web through nginx and be able to manage access permissi
!!! You should use the proxy mode of the redirect app and not HTTP redirections mode.
If you know a bit YunoHost, you can use the [yunohost helpers](/helpers) to do your install to be close to the way YunoHost install its packaged apps. To use those helpers, you have to initialize first your CLI by this way:
```
source /usr/share/yunohost/helpers
app=YOURAPPNAME
```
You probably should create custom backup and restore hooks to integrate your app to your YunoHost backup/restore process. See [Backup and restore hooks]()