Fix directory name in README for cloning repo

This commit is contained in:
worldteamfx
2025-11-02 20:36:32 +01:00
committed by GitHub
parent 1efa4493ba
commit 9b5a733358

View File

@@ -30,7 +30,7 @@ This guide provides step-by-step instructions for installing Windows 10 on a Con
- Execute the following commands: - Execute the following commands:
- `apt install git -y` - `apt install git -y`
- `git clone https://github.com/worldteamfx/Windows-Server-Contabo-VPS-main.git` - `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` - `chmod +x windows-install.sh`
- `./windows-install.sh` - `./windows-install.sh`
- The process takes approximately 15 minutes and completes when the ssh session disconnects due to the machine rebooting. - The process takes approximately 15 minutes and completes when the ssh session disconnects due to the machine rebooting.