From d36e79614c1d8e6d43e47cb5f19d6633bd2bec55 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Wed, 12 Jun 2024 10:38:48 +0200 Subject: [PATCH] readme: Add exact binary names --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a31199c..8699f73 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ We are currently not published on flatpak due to issues with permissions. This is being worked on... Installation: -Download the flatpak package from the release and install with the terminal. +Download the flatpak package (reset.flatpak) from the release and install with the terminal. ``` flatpak install --user reset.flatpak @@ -59,7 +59,7 @@ flatpak install --user reset.flatpak Manually: -Download the package from the releases tab and install it with pacman. +Download the package (ReSet-version-x86_64.pkg.tar.zst) from the releases tab and install it with pacman. ``` sudo pacman -U /path/to/reset @@ -67,7 +67,7 @@ sudo pacman -U /path/to/reset ### Debian Package(Ubuntu 23.04 dependencies) -Download the package from the releases tab and install it with apt. +Download the package (ReSet.deb) from the releases tab and install it with apt. ``` sudo apt install ./path/to/reset