diff --git a/README.md b/README.md index 12c7932..ce62003 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ cd SuperCharged-Claude-Code-Upgrade #### Option 1: PowerShell Installer ⭐ **Native - Recommended** ```powershell # Download and run the native PowerShell installer -irm https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-windows.ps1 | pwsh -ExecutionPolicy Bypass - +irm https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/branch/main/install-windows.ps1 | pwsh -ExecutionPolicy Bypass - # OR download and run manually -Invoke-WebRequest -Uri "https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/main/install-windows.ps1" -OutFile "install-windows.ps1" +Invoke-WebRequest -Uri "https://github.rommark.dev/admin/SuperCharged-Claude-Code-Upgrade/raw/branch/main/install-windows.ps1" -OutFile "install-windows.ps1" pwsh -ExecutionPolicy Bypass -File install-windows.ps1 # OR right-click install-windows.ps1 and select "Run with PowerShell"