diff --git a/docs/self-hosted/executors/deploy-executors-binary.mdx b/docs/self-hosted/executors/deploy-executors-binary.mdx index e754752ee..152b139a2 100644 --- a/docs/self-hosted/executors/deploy-executors-binary.mdx +++ b/docs/self-hosted/executors/deploy-executors-binary.mdx @@ -212,12 +212,15 @@ If you are using Firecracker (requires KVM): executor install all ``` -If you are **not** using Firecracker (Docker-only mode), install only `src-cli`: +If you are **not** using Firecracker (Docker-only mode), install `src-cli` and `batch-exec`: ```bash executor install src-cli +executor install batch-exec ``` +> Note: `batch-exec` is an internal binary used by executors. The executor will automatically download a matching binary. + You can run `executor install --help` to see all available install targets. ### **Step 4:** Validate your machine is ready to receive workloads