Skip to content

Commit

Permalink
doc: add hint that complete git repo is needed for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
guerda authored Nov 10, 2023
1 parent c00c4c6 commit 578c979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 578c979

Please sign in to comment.