From 856b73108f65aa055d3ce8c293c6804200f34904 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Thu, 23 Jul 2026 16:09:28 +0200 Subject: [PATCH] executor: add `executor install batch-exec` instructions --- docs/self-hosted/executors/deploy-executors-binary.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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