We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5080a5 commit d6abda9Copy full SHA for d6abda9
1 file changed
docs/tutorial/installation.md
@@ -35,7 +35,7 @@ fluxqueue worker install
35
fluxqueue worker install --path .fluxqueue/
36
```
37
38
- Then you can add a `worker_path` in your `pyproject.toml` to run the correct worker with `fluxqueue start` command:
+ Then you can add a `fluxqueue_cli.worker_path` in your `pyproject.toml` to run the correct worker with `fluxqueue start` command:
39
```toml
40
[tool.fluxqueue_cli]
41
worker_path = ".fluxqueue/fluxqueue_worker"
0 commit comments