From 11c23dde51d93abce9520c91be2585062ab62074 Mon Sep 17 00:00:00 2001 From: Max Timkovich Date: Tue, 14 May 2024 17:56:22 -0600 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e95d328..04b131c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ $ cd plex2letterbox $ pip install . ``` +### Docker + +Build the Docker image and pass a `letterboxd.csv` file into the Docker run command to store the generated CSV. + +```console +$ docker build -t plex2letterboxd . +$ docker run -v $(pwd)/config.ini:/app/config.ini -v $(pwd)/letterboxd.csv:/app/letterboxd.csv plex2letterboxd +``` + ## Usage Rename `config.ini.example` to `config.ini` and fill it with your Plex credentials. @@ -41,15 +50,6 @@ optional arguments: The generated CSV file can be uploaded to Letterboxd at https://letterboxd.com/import/. -### Docker - -Build the docker image and pass a `letterboxd.csv` file into the docker run command to store the generated csv. - -```console -docker build -t plex2letterboxd . -docker run -v $(pwd)/config.ini:/app/config.ini -v $(pwd)/letterboxd.csv:/app/letterboxd.csv plex2letterboxd -``` - ## Author [Max Timkovich][profile]