From 9de5c44164d72db1b10a23efc285c1325911703d Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Thu, 24 Jul 2025 11:55:00 +0100 Subject: [PATCH] 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) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5fb7c264..6907f837 100644 --- a/README.md +++ b/README.md @@ -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) - [pnpm](https://pnpm.io/) (>=8) +Additional development tools: +```bash +cargo install cargo-watch +cargo install sqlx-cli +``` + +Install dependencies: ```bash pnpm i ```