From bd8360fe45b6c2404db081a1e95936b2b3d32a7f Mon Sep 17 00:00:00 2001 From: Jon Wingender Date: Tue, 21 Jul 2026 23:23:21 -0500 Subject: [PATCH] README: use ncp start/stop, not the full nexus-cli.sh path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c50c09a..6bfc4f9 100644 --- a/README.md +++ b/README.md @@ -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 "" # stream a reply ncp memory list | add | rm