From 9d6a1a70a6aa3cfcd908dea660bcadbf8e21def8 Mon Sep 17 00:00:00 2001 From: Mayuresh A Nirhali Date: Tue, 9 Sep 2025 21:25:49 +0530 Subject: [PATCH] Update SETUP.md Fixed path to build-plugins.sh. --- SETUP.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/SETUP.md b/SETUP.md index c47243a..3bb25f6 100644 --- a/SETUP.md +++ b/SETUP.md @@ -128,11 +128,10 @@ The application uses a plugin architecture. Build all plugins: ```bash # Make the build script executable -cd install -chmod +x build-plugins.sh +chmod +x install/build-plugins.sh # Build all plugins -./build-plugins.sh +./install/build-plugins.sh ``` This creates `.so` files in the `plugins/` directory: @@ -2005,4 +2004,4 @@ For additional help: - Join [Community Discussions](https://github.com/beckn/beckn-onix/discussions) - Review [API Documentation](https://docs.beckn.org) -Happy deploying! 🚀 \ No newline at end of file +Happy deploying! 🚀