Added cargo install cargo-watch and cargo install sqlx-cli to the [README.md](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/vk-3406-add-depend/README.md#L60-L62) Prerequisites section. (#336)

This commit is contained in:
Louis Knight-Webb
2025-07-24 11:55:00 +01:00
committed by GitHub
parent 2197dd064d
commit 9de5c44164

View File

@@ -56,6 +56,13 @@ We would prefer that ideas and changes are raised with the core team via GitHub
- [Node.js](https://nodejs.org/) (>=18) - [Node.js](https://nodejs.org/) (>=18)
- [pnpm](https://pnpm.io/) (>=8) - [pnpm](https://pnpm.io/) (>=8)
Additional development tools:
```bash
cargo install cargo-watch
cargo install sqlx-cli
```
Install dependencies:
```bash ```bash
pnpm i pnpm i
``` ```