mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
git: Make install instructions reflect actual release names
This commit is contained in:
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.
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user