Skip to content

Commit

Permalink
Merge pull request #16 from guerda/patch-1
Browse files Browse the repository at this point in the history
doc: add hint that complete git repo is needed for docker build
  • Loading branch information
dmzoneill authored Dec 17, 2023
2 parents 206707f + 578c979 commit fa2bbaf
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 fa2bbaf

Please sign in to comment.