From 1d0c84a6c7c9e7a4ff179690dcecad5ad4c4f3df Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Wed, 28 Jun 2023 11:47:37 -0400 Subject: [PATCH] update `README.md` with instructions for `poetry` --- desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/README.md b/desktop/README.md index 9401988a..8b40f650 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -14,7 +14,7 @@ The Ollama desktop experience. This is an experimental, easy-to-use app for runn In the background run the ollama server `ollama.py` server: ``` -python ../ollama.py serve --port 7734 +poetry -C .. run ollama serve ``` Then run the desktop app with `npm start`: