From 1560489f424ddb99bd7264d3fa7494db13dcf457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Lucr=C3=A8ce=20C=C3=A9leste?= Date: Tue, 3 Jul 2018 00:09:43 -0400 Subject: [PATCH] [Wiki] fix runtime/SDK version(s) --- Buidling-the-flatpak.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Buidling-the-flatpak.md b/Buidling-the-flatpak.md index ccc953c..370715a 100644 --- a/Buidling-the-flatpak.md +++ b/Buidling-the-flatpak.md @@ -5,11 +5,11 @@ to install them, one should follow these steps: ```shell $ flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo -$ flatpak --user install flathub org.kde.Platform/x86_64/3.28 -$ flatpak --user install flathub org.kde.Sdk/x86_64/3.28 +$ flatpak --user install flathub org.kde.Platform/x86_64/5.10 +$ flatpak --user install flathub org.kde.Sdk/x86_64/5.10 ``` You should replace `x86_64` with your architecture (`i386`, `arm`, `aarch64`, `x86_64`) -and `3.28` with the current version of the runtimes and SDK used in the [`com.github.debauchee.barrier.json` file](https://github.com/flathub/com.github.debauchee.barrier/blob/master/com.github.debauchee.barrier.json#L3-L5). +and `5.10` with the current version of the runtimes and SDK used in the [`com.github.debauchee.barrier.json` file](https://github.com/flathub/com.github.debauchee.barrier/blob/master/com.github.debauchee.barrier.json#L3-L5). ## Flatpak builder