From 47850551dd26a956f775fce1a64c892349e97b4b Mon Sep 17 00:00:00 2001 From: abrichr Date: Tue, 18 Aug 2026 13:18:47 -0400 Subject: [PATCH] docs: use canonical launcher quickstart --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b8bf408..86108e1 100644 --- a/README.md +++ b/README.md @@ -197,13 +197,11 @@ Running the process requires a graphical desktop/session. Without a compatible desktop IPC server or hosted token it may correctly remain offline, fail local actions, or open only browser routes. -For a runnable OpenAdapt workflow, use the canonical engine separately: +For a runnable OpenAdapt workflow, use the canonical launcher separately: ```bash -pip install openadapt-flow -openadapt-flow demo-record --out rec -openadapt-flow compile rec --out bundle --name my-task -openadapt-flow replay bundle +pip install 'openadapt[browser]' +openadapt quickstart ``` ## Configuration