Skip to content

Commit 11c23dd

Browse files
authored
Update README.md
1 parent 3c3a93b commit 11c23dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ $ cd plex2letterbox
1616
$ pip install .
1717
```
1818

19+
### Docker
20+
21+
Build the Docker image and pass a `letterboxd.csv` file into the Docker run command to store the generated CSV.
22+
23+
```console
24+
$ docker build -t plex2letterboxd .
25+
$ docker run -v $(pwd)/config.ini:/app/config.ini -v $(pwd)/letterboxd.csv:/app/letterboxd.csv plex2letterboxd
26+
```
27+
1928
## Usage
2029

2130
Rename `config.ini.example` to `config.ini` and fill it with your Plex credentials.
@@ -41,15 +50,6 @@ optional arguments:
4150

4251
The generated CSV file can be uploaded to Letterboxd at https://letterboxd.com/import/.
4352

44-
### Docker
45-
46-
Build the docker image and pass a `letterboxd.csv` file into the docker run command to store the generated csv.
47-
48-
```console
49-
docker build -t plex2letterboxd .
50-
docker run -v $(pwd)/config.ini:/app/config.ini -v $(pwd)/letterboxd.csv:/app/letterboxd.csv plex2letterboxd
51-
```
52-
5353
## Author
5454

5555
[Max Timkovich][profile]

0 commit comments

Comments
 (0)