We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452e396 commit ad3ea48Copy full SHA for ad3ea48
1 file changed
docs/tutorial/installation.md
@@ -35,7 +35,7 @@ fluxqueue worker install
35
fluxqueue worker install --path .fluxqueue/
36
```
37
38
- Which also allows you to add a `worker_path` in your `pyproject.toml` to run the correct worker with `fluxqueue start` command:
+ Then you can add a `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