From 142ed3912ec2e419b267a1da46449ffc22f1d9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Lucr=C3=A8ce=20C=C3=A9leste?= Date: Mon, 14 Jan 2019 16:49:02 -0500 Subject: [PATCH] Updated Buidling the flatpak (markdown) --- Buidling-the-flatpak.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buidling-the-flatpak.md b/Buidling-the-flatpak.md index c8d6da9..93ac821 100644 --- a/Buidling-the-flatpak.md +++ b/Buidling-the-flatpak.md @@ -1,6 +1,6 @@ ## Install dependencies -Barrier is built against the [KDE runtime and SDK](https://github.com/flathub/com.github.debauchee.barrier/blob/master/com.github.debauchee.barrier.json#L3-L5), +Barrier is built against the [KDE runtime and SDK](https://github.com/AdrianKoshka/barrier-manifest/blob/master/com.github.debauchee.barrier.json#L3-L5), to install them, one should follow these steps: ```shell @@ -9,7 +9,7 @@ $ flatpak --user install flathub org.kde.Platform/x86_64/5.12 $ flatpak --user install flathub org.kde.Sdk/x86_64/5.12 ``` You should replace `x86_64` with your architecture (`i386`, `arm`, `aarch64`, `x86_64`) -and `5.12` 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.12` with the current version of the runtimes and SDK used in the [`com.github.debauchee.barrier.json` file](https://github.com/AdrianKoshka/barrier-manifest/blob/master/com.github.debauchee.barrier.json#L3-L5). ## Flatpak builder