From b683a8afc53d0e465f2b97bbe575bdcd72c06655 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Tue, 14 Jan 2025 14:22:09 -0600 Subject: [PATCH] Update README.md make formatting friendlier for inclusion in the Kometa wiki. Point reader to Plex article on finding the right directory. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8034d35..983abdc 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,13 @@ docker run -v :/config:rw -v :/plex:rw kometateam/ ``` * The `-v :/config:rw` and `-v :/plex:rw` flags mount the location you choose as a persistent volumes to store your files and give access to plex. - * Change `` to a directory where your .env and other files are. - - * Change `` to the directory where your Plex Directory is (It contains directories: Cache, Metadata, Plug-in Support). +* Change `` to a directory where your .env and other files are. - * If your directory has spaces (such as "My Documents"), place quotation marks around your directory pathing as shown here: `-v ":/config:rw"` +* Change `` to the directory where your Plex Directory is (It contains directories: Cache, Metadata, Plug-in Support). + +* If your directory has spaces (such as "My Documents"), place quotation marks around your directory pathing as shown here: `-v ":/config:rw"` + +If you need help finding this directory, refer to [this article at Plex](https://support.plex.tv/articles/202915258-where-is-the-plex-media-server-data-directory-located/) Example Docker Run command: