Unverified Commit 89bf98bc authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Merge pull request #4598 from dhiltgen/docs

Tidy up developer guide a little
parents 714adb8b 1b2d1560
...@@ -194,25 +194,7 @@ ollama list ...@@ -194,25 +194,7 @@ ollama list
## Building ## Building
Install `cmake` and `go`: See the [developer guide](https://github.com/ollama/ollama/blob/main/docs/development.md)
```
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)
### Running local builds ### Running local builds
......
...@@ -6,6 +6,8 @@ Install required tools: ...@@ -6,6 +6,8 @@ Install required tools:
- go version 1.22 or higher - go version 1.22 or higher
- gcc version 11.4.0 or higher - gcc version 11.4.0 or higher
### MacOS
```bash ```bash
brew install go cmake gcc brew install go cmake gcc
``` ```
......
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