From 64d921dd241936a485342bc6e7ff309facb0fe3f Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 3 Jan 2025 16:33:25 +0800 Subject: [PATCH] update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 +```