update README.md

This commit is contained in:
Jeffrey Morgan
2023-06-27 13:51:20 -04:00
parent 11614b6d84
commit 20cdd9fee6
3 changed files with 11 additions and 17 deletions

View File

@@ -1,16 +1,18 @@
# Desktop
The Ollama desktop experience
The Ollama desktop app
## Running
In the background run the `ollama.py` [development](../docs/development.md) server:
```
python ../ollama.py serve --port 5001
```
Then run the desktop app:
```
npm install
npm start
```
## Packaging
```
npm run package
```