From 20997f7a16ffffde2172e0fe3952f72596ed0c47 Mon Sep 17 00:00:00 2001 From: Marisa Lago Ballesteros Date: Fri, 26 Jun 2026 12:09:04 +0200 Subject: [PATCH] Update the readme again because I forgot to change the URLs there after migrating out of Github. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f11ac4dab..fbf70b741 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ For Mac, the following project is recommended, as it contains all the dependenci After you have the packages installed, `cd` into your projects directory, and do the following to clone: ```sh -git clone https://github.com/OrdinaryMagician/VkDoom_m VkDoom +git clone https://git.sayachan.org/OrdinaryMagician/vkdoom_m vkdoom ``` Afterwards, `cd` into it ```sh -cd VkDoom +cd vkdoom ``` Make a build folder, then `cd` into it