From 2c389c899a38596f45bbd5a585962e8689b57f12 Mon Sep 17 00:00:00 2001 From: stossy11 Date: Wed, 12 Feb 2025 12:34:44 +0000 Subject: [PATCH] Update Compile.md --- Compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile.md b/Compile.md index 8f5591340..c1300ea68 100644 --- a/Compile.md +++ b/Compile.md @@ -19,7 +19,7 @@ cd MeloNX ./compile.sh ``` -You may need to run this command if compilation fails. (You will need to put in your user password. Your password will not be shown at all.) +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 ```