From c7f1e6ab2d1d470f84b715aaf1e8cc0405f709ee Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Tue, 20 Jan 2026 23:20:26 -0500 Subject: [PATCH] nit: update comment --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 93d4a27..f34c37b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ Tools needed: Once you have all the required tooling all you need to do is ```bash -just init # downloads python - +just init # uses uv and fnm/pnpm to download and setup all python and node depencencies just dev # this will spin up the nextjs frontend and fastapi backend in hot reload mode ```