3d9498dc95
Signed-off-by: Matt Williams <m@technovangelist.com>
648 B
648 B
Development
Install required tools:
brew install go
Then build ollama:
go build .
Now you can run ollama
:
./ollama
Releasing
To release a new version of Ollama you'll need to set some environment variables:
GITHUB_TOKEN
: your GitHub tokenAPPLE_IDENTITY
: the Apple signing identity (macOS only)APPLE_ID
: your Apple IDAPPLE_PASSWORD
: your Apple ID app-specific passwordAPPLE_TEAM_ID
: the Apple team ID for the signing identityTELEMETRY_WRITE_KEY
: segment write key for telemetry
Then run the publish script with the target version:
VERSION=0.0.2 ./scripts/publish.sh