From 2614bd10a64e2a3df9c57ece27ec1ed82f769a3d Mon Sep 17 00:00:00 2001 From: Jon Wingender Date: Wed, 26 Aug 2026 14:02:44 -0500 Subject: [PATCH] fix(docs): drop the stale memory :8001 reference from the macOS quickstart The memory microservice was deleted 2026-08-25 when curation moved in-process (curator.py) - well before this PR was written. Copied over from the Linux quickstart's older wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b03e26c..a95c4f3 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ backend/frontend/Ollama stack itself runs natively, no VM or container needed. # web UI, memory DB. ./install-macos.sh -# 3. Launch (memory :8001, backend :8000 — backend also serves the built UI) +# 3. Launch (backend :8000 — also serves the built UI) ./launch_nexus.sh ```