Browse Source

Update README.md

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

6
README.md

@ -17,12 +17,12 @@
### Method 1 - PowerShell (Recommended) ### Method 1 - PowerShell (Recommended)
- Open Command Prompt, paste the code below and press enter - Open Command Prompt, paste the code below and press enter
``` ```sh
powershell -c "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) or (deprecated, will be retired on Aug 31 2024, use above instead)
``` ```sh
irm https://massgrave.dev/get | iex powershell -c "irm https://massgrave.dev/get | iex"
``` ```
- You will see the activation options. Follow the on-screen instructions. - You will see the activation options. Follow the on-screen instructions.
- That's all. - That's all.

Loading…
Cancel
Save