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. To run the AppImage, make sure it's executable. Then simply run it.
```bash ```bash
chmod +x ImHex-*.AppImage chmod +x imhex-*.AppImage
./ImHex-*.AppImage ./imhex-*.AppImage
``` ```
#### Flatpak #### Flatpak
@ -38,21 +38,21 @@ flatpak install flathub net.werwolv.ImHex
To install the DEB package, simply run the following command: To install the DEB package, simply run the following command:
```bash ```bash
sudo apt install ./ImHex-*.deb sudo apt install ./imhex-*.deb
``` ```
#### Arch Linux #### Arch Linux
To install the Arch Linux package, simply run the following command: To install the Arch Linux package, simply run the following command:
```bash ```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: To install the RPM package, simply run the following command:
```bash ```bash
sudo dnf install ./ImHex-*.rpm sudo dnf install ./imhex-*.rpm
``` ```
## Nightly Builds ## Nightly Builds