mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 00:07:07 +00:00
update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user