From 1d1f8bd3d798344f15486abcb69b8dff6a78224b Mon Sep 17 00:00:00 2001 From: Thomas Rosendal Date: Thu, 25 Nov 2021 07:59:45 +0000 Subject: [PATCH] Add instruction to add the flatpak remote 'flathub' --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ec0e38..7e214cc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,12 @@ More suggestions are welcome! ## Via flatpak (recommended) The recommended way to build is using flatpak, which will take care of all dependencies and avoid any problems that may come from different system configurations. -First, install the required flatpak platform and SDK, if you dont have them already: +If you don't have the flathub repo in your remote-list for flatpak you will need to add that first: +```shell +$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo +``` + +Then install the required flatpak platform and SDK, if you dont have them already: ```shell $ flatpak install org.gnome.{Platform,Sdk}//41 org.freedesktop.Sdk.Extension.rust-stable//21.08 org.freedesktop.Sdk.Extension.llvm12//21.08 ```