From 6ec2ad2841431fc7ce214d7c214cd717579d939f Mon Sep 17 00:00:00 2001 From: stossy11 Date: Thu, 13 Feb 2025 04:36:35 +0000 Subject: [PATCH] Add Update Guide --- Compile.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Compile.md b/Compile.md index 4aa6bda50..d4e32f651 100644 --- a/Compile.md +++ b/Compile.md @@ -19,6 +19,12 @@ cd MeloNX ./compile.sh ``` +However, if you only need to update MeloNX, make sure you have cd into the directory then run this then skip to step 5 +``` +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