From ed1d15dbacb30c2d39e9df4fa4c5ea1008083f49 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 28 Sep 2024 13:32:48 +0200 Subject: [PATCH] Documentation update --- INSTALL-DEV.md | 5 +---- INSTALL.md | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/INSTALL-DEV.md b/INSTALL-DEV.md index ea014ad40..c04a542d6 100644 --- a/INSTALL-DEV.md +++ b/INSTALL-DEV.md @@ -451,12 +451,9 @@ Run the following to build the .hpkg package: ``` cd ~ -git clone https://github.com/haikuports/haikuports.git --depth=50 -mkdir haikuports/games-emulation/es-de +git clone https://github.com/leonstyhre/haikuports.git --depth=50 pkgman install haikuporter cp /boot/system/settings/haikuports.conf ~/config/settings/ -cd emulationstation-de -cp es-app/assets/es_de-3.1.0.recipe ~/haikuports/games-emulation/es-de haikuporter -S --no-source-packages --get-dependencies -j8 es_de ``` diff --git a/INSTALL.md b/INSTALL.md index 640ba9adb..82beee757 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -449,12 +449,9 @@ Run the following to build the .hpkg package: ``` cd ~ -git clone https://github.com/haikuports/haikuports.git --depth=50 -mkdir haikuports/games-emulation/es-de +git clone https://github.com/leonstyhre/haikuports.git --depth=50 pkgman install haikuporter cp /boot/system/settings/haikuports.conf ~/config/settings/ -cd emulationstation-de -cp es-app/assets/es_de-3.1.0.recipe ~/haikuports/games-emulation/es-de haikuporter -S --no-source-packages --get-dependencies -j8 es_de ```