From 9b5a7333586c94f844fdaa52eff0abe12d7a7cc5 Mon Sep 17 00:00:00 2001 From: worldteamfx Date: Sun, 2 Nov 2025 20:36:32 +0100 Subject: [PATCH] Fix directory name in README for cloning repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d10d22..e6fc0dd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This guide provides step-by-step instructions for installing Windows 10 on a Con - Execute the following commands: - `apt install git -y` - `git clone https://github.com/worldteamfx/Windows-Server-Contabo-VPS-main.git` - - `cd Windows-Server-Contabo-VPS` + - `cd Windows-Server-Contabo-VPS-main` - `chmod +x windows-install.sh` - `./windows-install.sh` - The process takes approximately 15 minutes and completes when the ssh session disconnects due to the machine rebooting.