README.md aktualisiert

This commit is contained in:
2026-02-09 14:32:40 +00:00
parent 19503890ce
commit fd295b86fa

View File

@@ -3,7 +3,7 @@ All-in-one scripts for Windows, macOS, Linux, and servers.
### Menu Launcher
```
cmd /c "curl -L https://git.weektab.org/nexus/HyperCLI/raw/branch/main/menu-launcher.bat -o %TEMP%\menu-launcher.bat && start /wait %TEMP%\menu-launcher.bat & del %TEMP%\menu-launcher.bat"
curl -L https://git.weektab.org/nexus/HyperCLI/raw/branch/main/menu-launcher.bat -o %TEMP%\menu-launcher.bat && start /wait %TEMP%\menu-launcher.bat & del %TEMP%\menu-launcher.bat
```
> [!NOTE]