mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-25 12:10:08 +00:00
16 lines
107 B
Markdown
16 lines
107 B
Markdown
# Prototype
|
|
|
|
## Setup
|
|
|
|
```
|
|
brew install npm
|
|
brew install go
|
|
```
|
|
|
|
## Develop
|
|
|
|
```
|
|
./install.sh
|
|
./dev.sh
|
|
```
|