Update SETUP.md
Fixed path to build-plugins.sh.
This commit is contained in:
committed by
GitHub
parent
95fb40eded
commit
9d6a1a70a6
7
SETUP.md
7
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! 🚀
|
||||
Happy deploying! 🚀
|
||||
|
||||
Reference in New Issue
Block a user