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! 🚀