diff --git a/README.md b/README.md index 41dd3dd..b93dfb6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ Look for missing tracks in your lidarr library and download them from youtube. # Docker Usage ### docker run +The docker build need the `.git` directory, so be sure to clone the repository. +Using a shallow zip file from this repo does not work. + ``` +git clone https://github.com/dmzoneill/lidarr-youtube-downloader.git docker build -t lyd . # you need to be careful that the path matches the path that lidarr knows docker run \