diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 1ebb2d4..a47ee27 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -45,10 +45,10 @@ mosquitto_sub -u *user* -P *password* -h mqtt.your.domain.tld -p 443 -t 'domotic If you have package ynh3 or below, mosquitto is not installed by default. If you have chosen to not set a domain during initial installation also. So, if you need to activate mosquitto in retrospect, do following actions: -1/ Create a domain or a subdomain (for example : 'mqtt.your.domain.tld') -2/ Connect to your server in command line -3/ Type following command : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld` -4/ Upgrade domoticz to last package. +1. Create a domain or a subdomain (for example : 'mqtt.your.domain.tld') +2. Connect to your server in command line +3. Type following command : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld` +4. Upgrade domoticz to last package. If you're already on the last package version, use the following command : `yunohost app upgrade domoticz --force` ## Configuration diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 887a9f5..76d3245 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -45,10 +45,10 @@ mosquitto_sub -u *user* -P *password* -h mqtt.your.domain.tld -p 443 -t 'domotic Si vous êtes sur le package ynh3 ou inférieur, mosquitto n'est pas installé par défaut. De même si vous avez choisi de ne pas indiquer de domaine pour mosquitto lors de l'installation initiale. Pour pouvoir l'installer après coup, faites les actions suivantes: -1/ créez un domaine ou sous-domaine pour recevoir les informations (par exemple : 'mqtt.your.domain.tld') -2/ connecter vous en ligne de commande à votre serveur -3/ taper la commande suivante : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld` -4/ Procédez à la mise à jour. +1. créez un domaine ou sous-domaine pour recevoir les informations (par exemple : 'mqtt.your.domain.tld') +2. connecter vous en ligne de commande à votre serveur +3. taper la commande suivante : `yunohost app setting domoticz mqtt_domain -v mqtt.your.domain.tld` +4. Procédez à la mise à jour. Si vous êtes déjà sur la dernière version, utiliser la commmande suivante : `yunohost app upgrade domoticz --force`