Update git clone URL in README.md

This commit is contained in:
worldteamfx
2025-11-02 20:01:27 +01:00
committed by GitHub
parent 15affc1746
commit 1efa4493ba

View File

@@ -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@<MACHINE-IP>` and enter your Rescue System password. - Log in with the command `ssh root@<MACHINE-IP>` and enter your Rescue System password.
- Execute the following commands: - Execute the following commands:
- `apt install git -y` - `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` - `cd Windows-Server-Contabo-VPS`
- `chmod +x windows-install.sh` - `chmod +x windows-install.sh`
- `./windows-install.sh` - `./windows-install.sh`