README: use ncp start/stop, not the full nexus-cli.sh path

This commit is contained in:
Jon Wingender
2026-07-21 23:23:21 -05:00
parent b64f168bcc
commit bd8360fe45
+2 -2
View File
@@ -102,8 +102,8 @@ cd interface/web && npm run dev
Start/stop services and drive the same features as the web UI over the REST API:
```bash
./management/nexus-cli.sh start # backend + frontend (--backend|--frontend|--memory)
./management/nexus-cli.sh stop
ncp start # backend + frontend (--backend|--frontend|--memory)
ncp stop
ncp chat "<message>" # stream a reply
ncp memory list | add <text> | rm <id>