From 1efa4493ba000e6dc184c655a23e13e0082ea279 Mon Sep 17 00:00:00 2001 From: worldteamfx Date: Sun, 2 Nov 2025 20:01:27 +0100 Subject: [PATCH] Update git clone URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f818630..1d10d22 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This guide provides step-by-step instructions for installing Windows 10 on a Con - Log in with the command `ssh root@` and enter your Rescue System password. - Execute the following commands: - `apt install git -y` - - `git clone https://github.com/NeiKiNDR/Windows-Server-Contabo-VPS.git` + - `git clone https://github.com/worldteamfx/Windows-Server-Contabo-VPS-main.git` - `cd Windows-Server-Contabo-VPS` - `chmod +x windows-install.sh` - `./windows-install.sh`