|
@@ -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
|
|
|
|