From 14f5c9c6aed9bb0c866297da0b81731ad89b9d31 Mon Sep 17 00:00:00 2001 From: Giorgi Merebashvili Date: Fri, 27 Feb 2026 03:04:52 +0400 Subject: [PATCH] docs: Fix worker installation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22838d5..4b59a09 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Running the async function in an async context will also enqueue the task. ## Installing the worker -In order the tasks to be executed you need to run a FluxQueue worker. You need to install the worker on your system, recommended way of doing that is using `fluxqueue-worker`: +In order the tasks to be executed you need to run a FluxQueue worker. You need to install the worker on your system, recommended way of doing that is using `fluxqueue-cli` which comes with the `[cli]` extra: ```bash fluxqueue worker install