From 31f92a1bd13ae229221665478d37bb88d01e5e2d Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 9 Mar 2024 06:11:43 +0100 Subject: [PATCH] Readme: add alt text and edit 'antifeatures' and 'category' comments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5311c829..d756dd53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # YunoHost application catalog - +YunoHost logoPackage logo This repository contains the default YunoHost app catalog, as well as related tools that can be run manually or automatically. @@ -16,7 +16,7 @@ them such as their category or maintenance state. This file is regularly read by - You can browse [the contributor documentation](https://yunohost.org/contributordoc) - If you are not familiar with Git/GitHub, you can have a look at our [homemade guide](https://yunohost.org/packaging_apps_git) -- Don't hesitate to reach for help on the dedicated [application packaging chatroom](https://yunohost.org/chat_rooms) ... we can even schedule an audio meeting to help you get started! +- Don't hesitate to reach for help on the dedicated [application packaging chatroom](https://yunohost.org/chat_rooms)... we can even schedule an audio meeting to help you get started! ## How to add your app to the application catalog @@ -46,9 +46,9 @@ App example addition: ```toml [your_app] -antifeatures = [ "deprecated-software" ] # Remove if no relevant antifeature applies +antifeatures = [ "deprecated-software" ] # Replace with the appropriate category id found in antifeatures.toml, remove if no relevant antifeature applies potential_alternative_to = [ "YouTube" ] # Indicate if your app can be thought of as an alternative to popular proprietary services (or remove if none applies) -category = "foobar" # Replace with the appropriate category id found in categories.toml +category = "foobar" # Replace with the appropriate category id found in categories.toml, don't invent a category state = "working" url = "https://github.com/YunoHost-Apps/your_app_ynh" ```