From 74a00e054c664256cf833e27763880c6381e419b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 3 Jun 2019 01:02:21 +0200 Subject: [PATCH] Add note about how to live test --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbdcfc2b..ed5d3ad2 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ * [Web Site](https://yunohost.org) * Based on [Simone](https://github.com/YunoHost/Simone) -Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues/issues). \ No newline at end of file +Please report [issues on YunoHost bugtracker](https://github.com/YunoHost/issues/issues). + +You can live test any changes by adding `/edit` to the URL on +[yunohost.org](https://yunohost.org). For example, if you make changes to +[apps.md](./apps.md), you can test them on [yunohost.org/#/apps/edit](https://yunohost.org/#/apps/edit).