From 9946fc7d5cad49558f78b650dd80195feda08bdf Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 23 Mar 2024 09:56:42 -0400 Subject: [PATCH] Fix Flatpak heading in build instructions --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 9f77f87..8421580 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -2,7 +2,7 @@ There are two methods to build Astra, either via [Flatpak](https://flatpak.org/) or manually using your system libraries. It's highly recommended to prefer the Flatpak, especially if you don't have experience with CMake, C++ and such. -# Flatpak +## Flatpak Building the Flatpak version is easy, and there's a helper script to speed up the process. You must run it from the repository root: