Update README.md
parent
6a05c8aa4d
commit
dfd4472a70
|
@ -17,12 +17,12 @@
|
|||
### Method 1 - PowerShell (Recommended)
|
||||
|
||||
- Open Command Prompt, paste the code below and press enter
|
||||
```
|
||||
```sh
|
||||
powershell -c "irm https://get.activated.win | iex"
|
||||
```
|
||||
or (deprecated, will be retired on Aug 31 2024, use above instead)
|
||||
```
|
||||
irm https://massgrave.dev/get | iex
|
||||
```sh
|
||||
powershell -c "irm https://massgrave.dev/get | iex"
|
||||
```
|
||||
- You will see the activation options. Follow the on-screen instructions.
|
||||
- That's all.
|
||||
|
|
Loading…
Reference in New Issue