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