From b62bb6e803967c34c9b879aa1bfd0d77743e7f43 Mon Sep 17 00:00:00 2001 From: Colby Rome Date: Sun, 24 Oct 2021 22:33:46 -0400 Subject: [PATCH] Fix Plex readme. Although rendering properly on Github, the line "--device=/dev/dri:/dev/dri" is not valid markdown and is not rendered correctly on the linuxserver.io site: see https://docs.linuxserver.io/images/docker-plex#intel (the formatting is all messed up). This fixes the markdown. --- readme-vars.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index b38c13d..5092cf2 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -91,7 +91,9 @@ app_setup_block: | Hardware acceleration users for Intel Quicksync will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container: - ```--device=/dev/dri:/dev/dri``` + ``` + --device=/dev/dri:/dev/dri + ``` We will automatically ensure the abc user inside of the container has the proper permissions to access this device.