소스 검색

update `README.md` with instructions for `poetry`

Jeffrey Morgan 1 년 전
부모
커밋
1d0c84a6c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/README.md

+ 1 - 1
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`: