From 84e90339187778c0dbb72e855a3a10ac1287f4e4 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:06:27 -0400 Subject: [PATCH] Apply suggestion from @mendonk --- docs/docs/get-started/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 6d9b18b6..f770b073 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -173,7 +173,7 @@ To close the OpenRAG TUI, press q. The OpenRAG containers will continue to be served until the containers are stopped. For more information, see [Manage OpenRAG containers with the TUI ](#tui-container-management). -To start the TUI again, run `uvx openrag`. +To start the TUI again, run `uv run openrag`. ## Manage OpenRAG containers with the TUI {#tui-container-management}