From 6eda344a435f3b9d587e1df0d910fd951b85a560 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sat, 11 Apr 2020 01:55:36 +0900 Subject: [PATCH] add specified language to code block --- general/administration/hardware-acceleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/administration/hardware-acceleration.md b/general/administration/hardware-acceleration.md index be42ac48d..86ff84d8e 100644 --- a/general/administration/hardware-acceleration.md +++ b/general/administration/hardware-acceleration.md @@ -261,7 +261,7 @@ docker exec -it jellyfin nvidia-smi If you get driver information, everything is fine but if you get an error like `couldn't find libnvidia-ml.so library in your system` you need to run the following command. -``` +```sh docker exec -it jellyfin ldconfig ```