From ee202a7fe4d4cd268ff8f74e9830497bb42adff9 Mon Sep 17 00:00:00 2001 From: Juan Jose Pablos Date: Sat, 30 Sep 2023 11:17:54 +0200 Subject: [PATCH] Update README.md Update tag for consistency with the instructions of the Dockerfile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85dd383f6..c87bcc764 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ A Dockerfile is available to use buildozer through a Docker environment. - Build with: - docker build --tag=buildozer . + docker build --tag=kivy/buildozer . - Run with: - docker run --volume "$(pwd)":/home/user/hostcwd buildozer --version + docker run --volume "$(pwd)":/home/user/hostcwd kivy/buildozer --version ### Example Build with Caching