"vscode:/vscode.git/clone" did not exist on "cb781ae4ba3e2db2265b3102d23f5606b506f26b"
Commit 041f9ad1 authored by Michael Yang's avatar Michael Yang
Browse files

update README.md

parent de0bdd7f
...@@ -126,6 +126,8 @@ Ollama bundles model weights, configuration, and data into a single package, def ...@@ -126,6 +126,8 @@ Ollama bundles model weights, configuration, and data into a single package, def
## Building ## Building
You will also need a C/C++ compiler such as GCC for MacOS and Linux or Mingw-w64 GCC for Windows.
``` ```
go build . go build .
``` ```
......
...@@ -25,20 +25,3 @@ Now you can run `ollama`: ...@@ -25,20 +25,3 @@ Now you can run `ollama`:
``` ```
./ollama ./ollama
``` ```
## Releasing
To release a new version of Ollama you'll need to set some environment variables:
- `GITHUB_TOKEN`: your GitHub token
- `APPLE_IDENTITY`: the Apple signing identity (macOS only)
- `APPLE_ID`: your Apple ID
- `APPLE_PASSWORD`: your Apple ID app-specific password
- `APPLE_TEAM_ID`: the Apple team ID for the signing identity
- `TELEMETRY_WRITE_KEY`: segment write key for telemetry
Then run the publish script with the target version:
```
VERSION=0.0.2 ./scripts/publish.sh
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment