chore: fix ubuntu/debian part in README.md

This commit is contained in:
Fazri Gading
2026-01-27 02:16:01 +08:00
committed by GitHub
parent ca835a868b
commit f4d966ee65

View File

@@ -217,9 +217,10 @@
* **Ubuntu/Debian-based or Fedora/RHEL-based:** Install the DEB/RPM:
```bash
# Fedora/RHEL-based
sudo dnf install ./hytale-f2p-launcher.rpm
sudo dnf install hytale-f2p-launcher.rpm
# Debian/Ubuntu
sudo apt install ./hytale-f2p-launcher.deb
sudo apt install -y libasound2 libpng16-16 libpng-dev libicu76
sudo dpkg -i hytale-f2p-launcher.deb
```
* **Arch Linux (pacman):** Install the package using:
```bash
@@ -235,7 +236,7 @@
```
> [!NOTE]
> Make sure to adjust the filename correctly with the version and the architecture type.
> Make sure to adjust the filename correctly with the version and the architecture type. TIP: Use `cd` command to the package location.
4. **Troubleshooting:**
* **FUSE:** If the AppImage fails to launch on newer distributions, ensure `libfuse2` (or `fuse2` on Arch/Fedora) is installed.