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