From 3b529cd2aafbef9b0dfa664d28fbf94605150987 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 24 Nov 2023 00:22:19 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4867e77..b570502 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ docker run --rm -it \ ### Vulkan support -Preliminary Vulkan support has been added to x86_64, which can be enabled by setting the environment variable `VULKAN_SUPPORT=true`. When enabled, the container will download and install the Vulkan loader and dependencies from the Ubuntu repo prior to running FFmpeg on container start. +Preliminary Vulkan support has been added to x86_64, which can be enabled by setting the environment variable `ENABLE_VULKAN=true`. When enabled, the container will download and install the Vulkan loader and dependencies from the Ubuntu repo prior to running FFmpeg on container start. Some Vulkan extensions may not yet be available due to installing an older version of MESA and Vulkan loader from the Ubuntu repository.