diff --git a/README.md b/README.md index 6715b31e..7fad04d7 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ Make sure that the required build tools are installed: rustup target add x86_64-pc-windows-gnu sudo apt install build-essential ``` +Then finaly to build the plugin run: +```sh +cargo xtask bundle toybox_c1200 --target x86_64-pc-windows-gnu +```