Update README to clarify Blender requirements for the runner
All checks were successful
Release Tag / release (push) Successful in 1m21s

- 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.
This commit is contained in:
2026-03-12 19:59:11 -05:00
parent 63b8ff34c1
commit 34445dc5cd

View File

@@ -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 jobs required Blender version from the manager; it does not need Blender pre-installed)
## Installation