From c597c5f3cfa119653aec0e857e68d83765695b31 Mon Sep 17 00:00:00 2001 From: Petr Kejval Date: Wed, 11 Oct 2023 10:23:15 +0200 Subject: [PATCH] fix Docker command as suggested in #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de0c9e..f3788f9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In Windows do not forget to change line endings to LF (see: https://stackoverflo # From dockerhub - Run command `docker pull pkejval/uld-docker:main` -- Run command `docker run pkejval/uld-docker "URL"` where URL is download link. Inputting ulozto-downloader arguments directly is not supported. See **Configuration** section below. +- Run command `docker run pkejval/uld-docker:main "URL"` where URL is download link. Inputting ulozto-downloader arguments directly is not supported. See **Configuration** section below. # Configuration