Skip to content

Commit

Permalink
git: Make install instructions reflect actual release names
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 16, 2023
1 parent 7e17059 commit b368b9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b368b9c

Please sign in to comment.