fix(setup): bun run prepare explicitly (#3947)

This commit is contained in:
abhinavDhulipala
2026-04-04 16:13:53 -07:00
committed by GitHub
parent 0ba8ab1ec7
commit f39b4c74dc

View File

@@ -90,6 +90,7 @@ Sim also supports local models via [Ollama](https://ollama.ai) and [vLLM](https:
git clone https://github.com/simstudioai/sim.git
cd sim
bun install
bun run prepare # Set up pre-commit hooks
```
2. Set up PostgreSQL with pgvector: