Browse Source

Tidy up developer guide a little

language_support
Daniel Hiltgen 2 years ago
parent
commit
1b2d156094
  1. 20
      README.md
  2. 2
      docs/development.md

20
README.md

@ -194,25 +194,7 @@ ollama list
## Building
Install `cmake` and `go`:
```
brew install cmake go
```
Then generate dependencies:
```
go generate ./...
```
Then build the binary:
```
go build .
```
More detailed instructions can be found in the [developer guide](https://github.com/ollama/ollama/blob/main/docs/development.md)
See the [developer guide](https://github.com/ollama/ollama/blob/main/docs/development.md)
### Running local builds

2
docs/development.md

@ -6,6 +6,8 @@ Install required tools:
- go version 1.22 or higher
- gcc version 11.4.0 or higher
### MacOS
```bash
brew install go cmake gcc
```

Loading…
Cancel
Save