From d899bbd3c106f8c43390a29d1c2036741766a4da Mon Sep 17 00:00:00 2001 From: zehkira <9485872-zehkira@users.noreply.gitlab.com> Date: Fri, 3 Oct 2025 09:00:49 +0200 Subject: [PATCH] Add more manual build information --- BUILD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.md b/BUILD.md index 3e7b98c..77d48ed 100644 --- a/BUILD.md +++ b/BUILD.md @@ -6,3 +6,5 @@ Monophony can be manually built and installed as a Flatpak for testing purposes. 4. Run `make flatpak` Note that this will automatically add the Flathub repository as a remote and install dependencies from there. See [`source/Makefile`](https://gitlab.com/zehkira/monophony/-/blob/master/source/Makefile) for details. + +Once you are done testing, uninstall the app using your system app store or by running `flatpak uninstall -y io.gitlab.zehkira.Monophony` and then reinstall it the normal way so that you can continue receiving updates. -- GitLab