From 6e3113a9fb4aa81db3f016e04d0bf11d96e32b56 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 22 Feb 2023 13:48:59 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20manifest.json=20=E2=86=92=20manifest.toml?= =?UTF-8?q?=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd8682..8cf224e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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 `manifest.toml` 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) * Edit the `change_url` and `config` scripts too, or remove them if you have no use of them