From 56544db1985f544a2d5abfdfbd5920feb1ef19da Mon Sep 17 00:00:00 2001 From: stossy11 Date: Thu, 13 Feb 2025 04:37:28 +0000 Subject: [PATCH] Move Around Steps a little --- Compile.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Compile.md b/Compile.md index d4e32f651..6af4bcbf9 100644 --- a/Compile.md +++ b/Compile.md @@ -18,6 +18,11 @@ git clone https://git.743378673.xyz/MeloNX/MeloNX.git cd MeloNX ./compile.sh ``` +You may need to run this command if compilation fails, then run the `./compile.sh` command again (You will need to put in your user password. Your password will not be shown at all.) +``` +sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer +``` + However, if you only need to update MeloNX, make sure you have cd into the directory then run this then skip to step 5 ``` @@ -25,11 +30,6 @@ git pull ./compile.sh ``` -You may need to run this command if compilation fails, then run the `./compile.sh` command again (You will need to put in your user password. Your password will not be shown at all.) -``` -sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer -``` - ### 2. Open the Xcode Project Navigate to the **Xcode project file** located at: