From 34445dc5cde61ac24710897452f7ed107efbdf95 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Thu, 12 Mar 2026 19:59:11 -0500 Subject: [PATCH] Update README to clarify Blender requirements for the runner - Revised the section on the runner to specify that it can run Blender without needing a pre-installed version, as it retrieves the required Blender version from the manager. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51cd75..063aa16 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ Both manager and runner are part of a single binary (`jiggablend`) with subcomma ### Runner - Linux amd64 -- Blender installed (can use bundled versions from storage) - FFmpeg installed (required for video encoding) +- Able to run Blender (the runner gets the job’s required Blender version from the manager; it does not need Blender pre-installed) ## Installation