From 6a05c8aa4d6a9da722e8f40d061132cb00ac5015 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 7 Jul 2024 05:45:14 -0500 Subject: [PATCH] Update README.md with better installation method More robust for using powershell --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cda74e..23c4a13 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,9 @@ ### Method 1 - PowerShell (Recommended) -- Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD). -- Copy and paste the code below and press enter +- Open Command Prompt, paste the code below and press enter ``` -irm https://get.activated.win | iex +powershell -c "irm https://get.activated.win | iex" ``` or (deprecated, will be retired on Aug 31 2024, use above instead) ```