1
0
mirror of synced 2024-09-23 19:18:24 +02:00

git: Make install instructions reflect actual release names

This commit is contained in:
WerWolv 2023-01-16 18:20:22 +01:00
parent 7e17059154
commit b368b9c6d1

View File

@ -23,8 +23,8 @@ Simply use the drag-n-drop dmg package to install ImHex on your system. It's pos
To run the AppImage, make sure it's executable. Then simply run it.
```bash
chmod +x ImHex-*.AppImage
./ImHex-*.AppImage
chmod +x imhex-*.AppImage
./imhex-*.AppImage
```
#### Flatpak
@ -38,21 +38,21 @@ flatpak install flathub net.werwolv.ImHex
To install the DEB package, simply run the following command:
```bash
sudo apt install ./ImHex-*.deb
sudo apt install ./imhex-*.deb
```
#### Arch Linux
To install the Arch Linux package, simply run the following command:
```bash
sudo pacman -U ImHex-*.pkg.tar.zst
sudo pacman -U imhex-*.pkg.tar.zst
```
#### Fedora RPM Package
#### Fedora / RHEL / AlmaLinux RPM Package
To install the RPM package, simply run the following command:
```bash
sudo dnf install ./ImHex-*.rpm
sudo dnf install ./imhex-*.rpm
```
## Nightly Builds