diff --git a/README.md b/README.md index 1a072bd..3561ba2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Portex - Next-Gen Command Executor +# HyperCLI - Next-Gen Command Executor All-in-one scripts for Windows, macOS, Linux, and servers. ### Menu Launcher ``` -cmd /c "curl -L https://git.weektab.org/nexus/portex/raw/branch/main/portex.bat -o %TEMP%\portex.bat && start /wait %TEMP%\portex.bat & del %TEMP%\portex.bat" +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" ``` > [!NOTE]