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