From 49b2cc4e340397b22b1da37c7d5d4950654f4e07 Mon Sep 17 00:00:00 2001 From: Raunak Bhagate <141800878+raun6k@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:38:45 +0530 Subject: [PATCH] fix(dev): correct setup next-step instructions Signed-off-by: Raunak Bhagate <141800878+raun6k@users.noreply.github.com> --- scripts/dev-setup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/dev-setup.sh b/scripts/dev-setup.sh index ae358517b3..745ab6a461 100755 --- a/scripts/dev-setup.sh +++ b/scripts/dev-setup.sh @@ -190,9 +190,8 @@ echo -e " ${BLUE}Redis${NC} ${REDIS_URL}" echo -e " ${BLUE}Adminer${NC} http://localhost:8082 (DB browser)" echo -e " ${BLUE}Keycloak${NC} http://localhost:8180 (admin / admin — local OAuth testing)" echo "" -echo -e " ${YELLOW}Next steps:${NC}" -echo -e " just relay # start the relay (terminal 1)" -echo -e " just dev # start the desktop app (terminal 2)" +echo -e " ${YELLOW}Next step:${NC}" +echo -e " just dev # start the relay and desktop app" echo "" echo -e " ${YELLOW}Useful commands:${NC}" echo -e " docker compose ps # check service status"