diff --git a/README.md b/README.md index 28e69c8f04ff3b26070b2ad1d2873ed265754fb5..0908f4269f67ead7a2080db2921b14154c8e7fd2 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,17 @@ yunohost: # Link to the install script install_script_url: https://raw.githubusercontent.com/YunoHost/install_script/master/install_yunohost # The main domain - domain: mydomain.fr + domain: example.com # Yunohost admin password password: MYINSECUREPWD_PLZ_OVERRIDE_THIS # If you don't want to use a noho.st url ignore_dyndns: False - # The list of apps you want to install (not working yet). - apps: ~ + # The list of apps you want to install. + apps: + - link: ttrss #Â It can be the name of an official app or a github link + args: # Provide here args. Path and domain are mandatory, other args depend of the app. + path: /var/www/ttrss + domain: example.com ``` Dependencies