README: use ncp start/stop, not the full nexus-cli.sh path
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user