From 35412288e591e1c22b910afba748d966dea298d4 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Sat, 19 Aug 2023 11:22:00 +0200 Subject: [PATCH] Updated readme to show more info about flatpak install process Fixes #154 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef7bd36..70777db 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ can use it nor relying on web technologies. Linux: -- Available as Flatpak [here](https://beta.flathub.org/apps/details/com.jetpackduba.Gitnuro) or by - running `flatpak install --user com.jetpackduba.Gitnuro` if you have Flatpak & Flathub already setup. +- Available as Flatpak [here](https://flathub.org/apps/details/com.jetpackduba.Gitnuro) or by + running `flatpak install com.jetpackduba.Gitnuro` if you have Flatpak & Flathub already setup. + - If Flathub is not set up, you can add the source with the following command `flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo`. - JAR file can be executed as a portable version (Requires JRE 17). SSH support requires installing [LibSSH](https://www.libssh.org/get-it/). Windows: