Skip to content

Commit 5f94de2

Browse files
committed
docs(readme): fix contradictory just dev command description
The Common dev commands section described just dev as running only the desktop app, but it actually starts both the relay and the desktop app together. Corrected the description to match the Quick start section and the justfile recipe. Also added just desktop-dev to the command list, since it is the command that runs only the desktop frontend. Closes #5160 Co-authored-by: Brad Groux <bradgroux@users.noreply.github.com> Signed-off-by: Brad Groux <bradgroux@users.noreply.github.com> Signed-off-by: Brad Groux <bradgroux@hotmail.com> Signed-off-by: Brad Groux <3053586+BradGroux@users.noreply.github.com>
1 parent 00e61ea commit 5f94de2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ All defaults work out of the box. Override via `.env`. Full reference in [`.env.
259259
```bash
260260
just setup # Docker, migrations, desktop deps
261261
just relay # Run the relay
262-
just dev # Run the desktop app
262+
just dev # Run the relay + desktop app together
263+
just desktop-dev # Run the desktop app frontend only (connects to an existing relay)
263264
just build # Build the Rust workspace
264265
just check # fmt + clippy + desktop check
265266
just test-unit # Unit tests (no infra required)

0 commit comments

Comments
 (0)