Add Update Guide

This commit is contained in:
stossy11 2025-02-13 04:36:35 +00:00
parent 9d6c7d9900
commit 6ec2ad2841

View File

@ -19,6 +19,12 @@ cd MeloNX
./compile.sh ./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.) 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 sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer