From 993928095af057f70dfa58caf7f145e3864aaa19 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 14 Sep 2022 19:02:22 +0200 Subject: [PATCH] Update repo URL in README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4e28439e10..340f5c3b76 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

melonDS

@@ -6,9 +6,9 @@
- - - + + +

@@ -41,7 +41,7 @@ As for the rest, the interface should be pretty straightforward. If you have a q * Arch Linux: `sudo pacman -S base-devel cmake git libpcap sdl2 qt5-base libslirp libarchive libepoxy` 3. Download the melonDS repository and prepare: ```bash - git clone https://github.com/Arisotura/melonDS + git clone https://github.com/melonDS-emu/melonDS cd melonDS ``` @@ -61,7 +61,7 @@ As for the rest, the interface should be pretty straightforward. If you have a q ``` 5. Download the melonDS repository and prepare: ```bash - git clone https://github.com/Arisotura/melonDS + git clone https://github.com/melonDS-emu/melonDS cd melonDS ``` #### Dynamic builds (with DLLs) @@ -89,7 +89,7 @@ If everything went well, melonDS should now be in the `build` folder. 2. Install dependencies: `brew install git pkg-config cmake sdl2 qt@6 libslirp libarchive libepoxy` 3. Download the melonDS repository and prepare: ```zsh - git clone https://github.com/Arisotura/melonDS + git clone https://github.com/melonDS-emu/melonDS cd melonDS ``` 4. Compile: