Browse Source

Update README.md with better installation method

More robust for using powershell
pull/502/head
Matt 10 months ago committed by GitHub
parent
commit
6a05c8aa4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      README.md

5
README.md

@ -16,10 +16,9 @@ @@ -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)
```

Loading…
Cancel
Save