Update SETUP.md

Fixed path to build-plugins.sh.
This commit is contained in:
Mayuresh A Nirhali
2025-09-09 21:25:49 +05:30
committed by GitHub
parent 95fb40eded
commit 9d6a1a70a6

View File

@@ -128,11 +128,10 @@ The application uses a plugin architecture. Build all plugins:
```bash ```bash
# Make the build script executable # Make the build script executable
cd install chmod +x install/build-plugins.sh
chmod +x build-plugins.sh
# Build all plugins # Build all plugins
./build-plugins.sh ./install/build-plugins.sh
``` ```
This creates `.so` files in the `plugins/` directory: 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) - Join [Community Discussions](https://github.com/beckn/beckn-onix/discussions)
- Review [API Documentation](https://docs.beckn.org) - Review [API Documentation](https://docs.beckn.org)
Happy deploying! 🚀 Happy deploying! 🚀