Update README.md

This commit is contained in:
Anthony J. Martinez 2021-08-28 12:33:47 +02:00
parent 3f0eddee18
commit 356586baa7
Signed by: ajmartinez
GPG Key ID: A2206FDD769DBCFC
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ serve as inspiration for modifications to suit more complicated needs.
### Building
Using `podman` since I do not have `docker` itself installed (nor will I, ever):
Using `podman` since I do not have `docker` itself installed:
```
# Assuming you have cloned this repository and are in the repo
$ cd docker
$ podman build -t crossbuild:latest -f ./Dockerfile
$ podman build -t crossbuild:dev -f ./Dockerfile
```
### Use