From 61f7c2e26b5640855cb08cf2af43dd727427eca4 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Tue, 16 Jul 2024 20:50:23 +0530 Subject: [PATCH] submission: Change points to sub headers for linkability --- docs/02-for-app-authors/05-submission.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/02-for-app-authors/05-submission.md b/docs/02-for-app-authors/05-submission.md index b55c876..8429158 100644 --- a/docs/02-for-app-authors/05-submission.md +++ b/docs/02-for-app-authors/05-submission.md @@ -19,7 +19,7 @@ to build the application. flatpak install -y flathub org.flatpak.Builder ``` -1. Build and install: +### Build and install ```bash flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir @@ -31,13 +31,15 @@ flatpak install -y flathub org.flatpak.Builder flatpak-builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir ``` -2. Run and test: +### Run and test ```bash flatpak run ``` -3. Please run the [linter](/docs/for-app-authors/linter) once. +### Run the linter + + Please run the [linter](/docs/for-app-authors/linter) once. Consult the documentation for explanation of the errors. For certain errors you might need an [exception](/docs/for-app-authors/linter#exceptions).