From 1d3686c089a67429643320a61267555c8e117ba5 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:54:12 +0100 Subject: [PATCH] v1.0.5rc --- README.md | 12 ++---------- manifest.toml | 6 +++--- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 36090c3..182611d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,4 @@ -# Packaging an app, starting from this example -* Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`. - * Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator ---