bnkops.changemaker/mkdocs/docs/quick-commands.md
2025-05-14 09:25:32 -06:00

24 lines
261 B
Markdown

# Quick Commands
## Build Site
```
# navigate to mkdocs directory
mkdocs build
```
## Ollama
Pull a model into the ollama environment:
```
# Replace action and model with your own...
docker exec -it ollama-changemaker ollama [action] [model]
```