From 3653f2bb11dc5f82807b2e8de4541166391f86b9 Mon Sep 17 00:00:00 2001 From: Alireza Haghshenas Date: Fri, 10 Dec 2021 04:34:49 +0000 Subject: [PATCH] Emphasized that the `flatpak-builder` command needs be run inside a local clone of the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e214cc..3677e75 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Then install the required flatpak platform and SDK, if you dont have them alread $ flatpak install org.gnome.{Platform,Sdk}//41 org.freedesktop.Sdk.Extension.rust-stable//21.08 org.freedesktop.Sdk.Extension.llvm12//21.08 ``` -To compile and install as a flatpak, run +To compile and install as a flatpak, clone the project, change to the project directory, and run: ```shell $ flatpak-builder --install flatpak-build/ build-aux/org.freedesktop.ryuukyu.Helvum.json ```