diff --git a/README.md b/README.md index 297414d..f7b9dc3 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ make toolchain-all Each toolchain will take around an hour to build and will require network access, about 8 GB free RAM, and about 15 GB free disk space. The final disk space after building is about 3.7 GB. +Get Rack SDKs. +```bash +make rack-sdk-all +``` +The Rack SDK version is defined in the Makefile. + Build your plugin. ```bash make -j$(nproc) plugin-build PLUGIN_DIR=...