From 45e0f7f717438c8612077180c4883703e4545d9f Mon Sep 17 00:00:00 2001 From: RC Lachance Date: Tue, 1 Apr 2025 13:54:34 -0400 Subject: [PATCH] Fix documentation formatting in ui/desktop readme (#1948) --- ui/desktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/README.md b/ui/desktop/README.md index d0f15ae8..124db5cd 100644 --- a/ui/desktop/README.md +++ b/ui/desktop/README.md @@ -30,7 +30,7 @@ This allows you to set for example GOOSE_PROVIDER__TYPE to be "databricks" by de # Runninng with goosed server from source -Set `VITE_START_EMBEDDED_SERVER=yes` to no in `.env. +Set `VITE_START_EMBEDDED_SERVER=yes` to no in `.env`. Run `cargo run -p goose-server` from parent dir. `npm run start` will then run against this. You can try server directly with `./test.sh`