Update README.md
Browse files
README.md
CHANGED
|
@@ -86,6 +86,7 @@ cargo build --release
|
|
| 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
|
|
|
|
| 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 |
+
cd SPFsmartGATE/LIVE/BIN/spf-smart-gate ./spf-smart-gate refresh-paths
|
| 90 |
|
| 91 |
# Configure MCP server filepath
|
| 92 |
nano ~/SPFsmartGATE/LIVE/LMDB5/.mcp.json
|