From 728228ad3a69b1b4bbb7d271edc13a6aba5ccd50 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:24:40 -0400 Subject: [PATCH] uvx-as-quickstart --- docs/docs/get-started/install.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index c2da057c..d8fa252f 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -32,6 +32,10 @@ If you prefer running Podman or Docker containers and manually editing `.env` fi The OpenRAG wheel installs the Terminal User Interface (TUI) for configuring and running OpenRAG. +To quickly install and start OpenRAG, run `uvx openrag`. + +To first set up a project and then install OpenRAG, do the following: + 1. Create a new project with a virtual environment using `uv init`. ```bash