Skip to content

Commit

Permalink
readme: Add exact binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 12, 2024
1 parent 7532c1e commit d36e796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -59,15 +59,15 @@ flatpak install --user reset.flatpak
<!-- ```paru -S ReSet``` -->

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
```

### 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
Expand Down

0 comments on commit d36e796

Please sign in to comment.