Changemaker/mkdocs/docs/quick-commands.md

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]
```