From bbeaeb4a379297ffdb5b8f57a7d2ddac9843415e Mon Sep 17 00:00:00 2001 From: Thomas Balthazar Date: Wed, 30 Jan 2019 23:21:44 +0100 Subject: [PATCH] Typo + readme --- README.md | 5 +++++ sources/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fea87e6..57e9f11 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,8 @@ It doesn't prevent the script from running. - edit the [upgrade](scripts/upgrade) script to bump the version - update the `revision` with the current `sha` on the `master` branch, update the `lastUpdate` field in the [apps.json](https://neutrinet.be/apps.json) file +- test the updated version: + - check current version of the app on your cube: `yunohost app setting neutrinet version` + - update the app with the latest version from master: `yunohost app upgrade neutrinet -u https://github.com/Neutrinet/neutrinet_ynh` + - check the app has been updated: `yunohost app setting neutrinet version` + - set the app to a previous version if you want to re-test the update: `yunohost app setting neutrinet version -v "0.2.2"` diff --git a/sources/index.html b/sources/index.html index cc0f612..2432687 100644 --- a/sources/index.html +++ b/sources/index.html @@ -22,7 +22,7 @@