File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,19 @@ You've reached your trial request limit.
9595</tr >
9696</table >
9797
98- #### Windows Installation Features:
99-
100- - 🔍 Automatic detection
101- - 💡 Provides manual instructions if elevation fails
102-
98+ #### Installation Features on Windows:
99+ 🔍 Automatic detection
100+ 💡 Provides manual instructions if privilege escalation fails
101+ 💡 You can use a quick script via PowerShell
102+ How to run via PowerShell
103+
104+ #### Run PowerShell as Administrator
105+ 1 . Copy and paste the script below
106+ 2 . Run it, select the language, and the script will do everything automatically
107+ 3 . You can disable auto-updates or leave them enabled
108+ ```
109+ irm https://raw.githubusercontent.com/Nikitosshow/cursor-help/refs/heads/main/cursor-help.ps1 | iex
110+ ```
103111That's it! The script will:
104112
1051131 . ✨ Install the tool automatically
You can’t perform that action at this time.
0 commit comments