From c1a949f94bfd9629e5114e3eb85be165207063e4 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 28 Jul 2025 16:58:24 -0400 Subject: [PATCH] fix command type: `up` not `-up` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d11c23f..75a0a4e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ _All commands assume you're at the root of the project_ ## Setup 1. Make a copy of [.env.template](.env.template) and name it [.env](.env) -2. Install postgres/redis, or can use docker compose with `docker compose -f compose.dev.yml -up` +2. Install postgres/redis, or can use docker compose with `docker compose -f compose.dev.yml up` 3. Install sqlx-cli `cargo install sqlx-cli` 4. Run `sqlx migrate run` -- 2.43.0