mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
Add Update Guide
This commit is contained in:
parent
9d6c7d9900
commit
6ec2ad2841
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue