mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 14:51:48 -03:00
chore: fix ubuntu/debian part in README.md
This commit is contained in:
@@ -217,9 +217,10 @@
|
|||||||
* **Ubuntu/Debian-based or Fedora/RHEL-based:** Install the DEB/RPM:
|
* **Ubuntu/Debian-based or Fedora/RHEL-based:** Install the DEB/RPM:
|
||||||
```bash
|
```bash
|
||||||
# Fedora/RHEL-based
|
# Fedora/RHEL-based
|
||||||
sudo dnf install ./hytale-f2p-launcher.rpm
|
sudo dnf install hytale-f2p-launcher.rpm
|
||||||
# Debian/Ubuntu
|
# 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:
|
* **Arch Linux (pacman):** Install the package using:
|
||||||
```bash
|
```bash
|
||||||
@@ -235,7 +236,7 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!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:**
|
4. **Troubleshooting:**
|
||||||
* **FUSE:** If the AppImage fails to launch on newer distributions, ensure `libfuse2` (or `fuse2` on Arch/Fedora) is installed.
|
* **FUSE:** If the AppImage fails to launch on newer distributions, ensure `libfuse2` (or `fuse2` on Arch/Fedora) is installed.
|
||||||
|
|||||||
Reference in New Issue
Block a user