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: