update README.md

This commit is contained in:
♥ Minnie ♥ 2025-01-03 16:33:25 +08:00
parent a96d397a94
commit 64d921dd24
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -3,3 +3,8 @@
Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky) Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky)
Bootstrap your scripts with payload.dd Bootstrap your scripts with payload.dd
```sh
# To generate a payload.dd replace hello_world.sh with scripts name.
./install.sh hello_world.sh
```