Skip to content

Commit

Permalink
submission: Change points to sub headers for linkability
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jul 16, 2024
1 parent 6b48b03 commit 61f7c2e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/02-for-app-authors/05-submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <manifest>
Expand All @@ -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 <manifest>
```

2. Run and test:
### Run and test

```bash
flatpak run <app id>
```

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).

Expand Down

0 comments on commit 61f7c2e

Please sign in to comment.