README.md aktualisiert

This commit is contained in:
2026-02-09 11:20:14 +00:00
parent 7ea9375028
commit 19503890ce

View File

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