From a0b3325e1d11211644f666952e769d11e89192a9 Mon Sep 17 00:00:00 2001 From: Preston McGee Date: Sat, 16 May 2026 09:57:53 -0700 Subject: [PATCH] change default remote to github --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c5315e..98f0210 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,13 @@ The maiden project is a GPU accelerated 3D rendering engine built with C++ based ### Clone Repository ```bash -$ git clone https://git.vxbard.net/homeburger/maiden.git +# ssh recommended for contribution +$ git clone git@github.com:Blitblank/maiden.git +# http if you don't like ssh: +$ git clone https://github.com/Blitblank/maiden.git # If there's any necessary submodules then: -$ git clone --recurse-submodules https://git.vxbard.net/homeburger/maiden.git +$ git clone --recurse-submodules git@github.com:Blitblank/maiden.git # If you have already cloned the repository and you need its submodules: $ git submodule update --init --recursive