diff --git a/README.md b/README.md index 8f7a233b..c0c4ca47 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ your app from one of the 2 json files. Usage: ```bash -./add_or_update.py [community.json OR official.json] [github url [github url [github url ...]]] +./scripts_helpers/add_or_update.py apps_lists/{community.json, official.json} [github url [github url [github url ...]]] ``` #### More information on [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps) diff --git a/community.json b/apps_lists/community.json similarity index 100% rename from community.json rename to apps_lists/community.json diff --git a/official.json b/apps_lists/official.json similarity index 100% rename from official.json rename to apps_lists/official.json diff --git a/add_or_update.py b/scripts_helpers/add_or_update.py similarity index 100% rename from add_or_update.py rename to scripts_helpers/add_or_update.py diff --git a/get_packager_email_addresses.sh b/scripts_helpers/get_packager_email_addresses.sh similarity index 100% rename from get_packager_email_addresses.sh rename to scripts_helpers/get_packager_email_addresses.sh diff --git a/list_builder.py b/scripts_helpers/list_builder.py similarity index 100% rename from list_builder.py rename to scripts_helpers/list_builder.py diff --git a/should_i_rebuild.sh b/scripts_helpers/should_i_rebuild.sh similarity index 100% rename from should_i_rebuild.sh rename to scripts_helpers/should_i_rebuild.sh