git: Make install instructions reflect actual release names
This commit is contained in:
parent
7e17059154
commit
b368b9c6d1
12
INSTALL.md
12
INSTALL.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user