From a6af2cf8a4b528ff58c3746b4a0ad798f5e24344 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 24 May 2023 10:29:59 +0200 Subject: [PATCH] Update testing.md --- pages/06.contribute/10.packaging_apps/40.testing/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/40.testing/testing.md b/pages/06.contribute/10.packaging_apps/40.testing/testing.md index 172170d7..9125bfe9 100644 --- a/pages/06.contribute/10.packaging_apps/40.testing/testing.md +++ b/pages/06.contribute/10.packaging_apps/40.testing/testing.md @@ -9,9 +9,9 @@ routes: - '/packaging_apps_levels' --- -Once you're done writing you app package, you'll want to check that everything works correctly. At first, you can manually try to install your app on some test server of your own, but testing everything manually often becomes tedious ;). +Once you're done writing you app package, you'll want to check that everything works correctly. At first, you can manually try to install your app on some test server of your own : `sudo yunohost app install ./path/to/mycustomapp_ynh` -The YunoHost maintains several tools to automatically and somewhat "objectively" analyze and tests our 400+ apps catalog. +Testing everything manually often becomes tedious ;). The YunoHost maintains several tools to automatically and somewhat "objectively" analyze and tests our 400+ apps catalog. ## Package linter