From 15f4e74b82c1933539f33fe5c795cd893163c5b2 Mon Sep 17 00:00:00 2001 From: rlauuzo <46294892+rlauuzo@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:44:37 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9bcfe1..acf96ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -# Introskipper - Docker mod for Jellyfin +### Introskipper - Docker Mod for Jellyfin -This mod adds skip button to jellyfin, to be installed/updated during container start. +This mod ensures the permissions are set correctly so that the skip button works as intended in Jellyfin, to be installed/updated during container start. -In jellyfin docker arguments, set an environment variable `DOCKER_MODS=ghcr.io/jumoog/intro-skipper` +To install, set an environment variable in your Jellyfin Docker arguments: -If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=ghcr.io/jumoog/intro-skipper|linuxserver/mods:jellyfin-mod2` +```yaml +DOCKER_MODS=ghcr.io/jumoog/intro-skipper +``` + +If you are adding multiple mods, enter them in an array separated by `|`, like this: + +```yaml +DOCKER_MODS=ghcr.io/jumoog/intro-skipper|linuxserver/mods:jellyfin-mod2 +```