fix(docs): drop the stale memory :8001 reference from the macOS quickstart
package / wheel (pull_request) Waiting to run

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.
This commit is contained in:
Jon Wingender
2026-08-26 14:02:44 -05:00
parent 5ea8b2ad72
commit 2614bd10a6
+1 -1
View File
@@ -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
```