From 8e7d82156c944ffb89eb4b15935d2b161c9a3982 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 14 Jun 2026 00:48:56 +0200 Subject: [PATCH] Update COMPILING.md --- COMPILING.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 8b832fcf..db76339a 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -2,8 +2,6 @@ Horizon OC Compilation Instructions 1. Install devkitpro (https://devkitpro.org/wiki/Getting_Started) with switch-dev 2. Set up a development enviorment for compiling Atmosphere (https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/building.md) -3. Git clone atmosphere (git clone https://github.com/Atmosphere-NX/Atmosphere.git) -4. Clone the Horizon OC develop branch (``git clone https://github.com/Horizon-OC/Horizon-OC.git --recurse-submodules``) -5. Create a new folder named ``build`` in the horizon oc repo -6. Copy atmosphere files into that build folder -7. Run ./build.sh in the root directory +3. Clone the Horizon OC develop branch (``git clone https://github.com/Horizon-OC/Horizon-OC.git --recurse-submodules``) +4. Run ``./build.sh`` in the root directory + - If you want to compile with extensions, append ``--ext``