Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update tag for consistency with the instructions of the Dockerfile
  • Loading branch information
juanjosepablos authored and akshayaurora committed Jan 31, 2024
1 parent 8d92a54 commit d87a2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ A Dockerfile is available to use buildozer through a Docker environment.
- Build with:

```bash
docker build --tag=buildozer .
docker build --tag=kivy/buildozer .
```

For macOS, build with:
Expand All @@ -74,7 +74,7 @@ docker buildx build --platform=linux/amd64 -t kivy/buildozer .
- Run with:

```bash
docker run --volume "$(pwd)":/home/user/hostcwd buildozer --version
docker run --volume "$(pwd)":/home/user/hostcwd kivy/buildozer --version
```

> [!WARNING]
Expand Down

0 comments on commit d87a2e8

Please sign in to comment.