From f4d966ee65b2bbd96a94dc0d107a52b6ff54cdb5 Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Tue, 27 Jan 2026 02:16:01 +0800 Subject: [PATCH] chore: fix ubuntu/debian part in README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c85885c..b35c9e4 100644 --- a/README.md +++ b/README.md @@ -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.