From aaefc0a9e50ccc3cba6a66ec71d8e1b511e0f67a Mon Sep 17 00:00:00 2001 From: stossy11 Date: Fri, 7 Mar 2025 20:58:23 +0000 Subject: [PATCH] Update Compile.md --- Compile.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Compile.md b/Compile.md index 4ec2d13d3..ba15627f8 100644 --- a/Compile.md +++ b/Compile.md @@ -12,10 +12,11 @@ Before you begin, ensure you have the following installed: ### 1. Clone the Repository and Build Ryujinx -Open a terminal and run: +Open a terminal and run (your password will not be shown in the 2nd command): ```sh git clone https://git.743378673.xyz/MeloNX/MeloNX.git +sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer ``` However, if you only need to update MeloNX, make sure you have cd into the directory then run this