Update README.md
Browse files
README.md
CHANGED
|
@@ -85,6 +85,7 @@ cargo build --release
|
|
| 85 |
|
| 86 |
# Copy optimized binary
|
| 87 |
cp ~/SPFsmartGATE/target/release/spf-smart-gate ~/SPFsmartGATE/LIVE/BIN/spf-smart-gate
|
|
|
|
| 88 |
|
| 89 |
# Configure MCP server filepath
|
| 90 |
nano ~/SPFsmartGATE/LIVE/LMDB5/.mcp.json
|
|
|
|
| 85 |
|
| 86 |
# Copy optimized binary
|
| 87 |
cp ~/SPFsmartGATE/target/release/spf-smart-gate ~/SPFsmartGATE/LIVE/BIN/spf-smart-gate
|
| 88 |
+
chmod +x ~/SPFsmartGATE/LIVE/BIN/spf-smart-gate/spf-smart-gate
|
| 89 |
|
| 90 |
# Configure MCP server filepath
|
| 91 |
nano ~/SPFsmartGATE/LIVE/LMDB5/.mcp.json
|