Merge pull request 'Update README.md' (#1) from fix-readme into main

Reviewed-on: #1
This commit is contained in:
Anthony J. Martinez 2021-08-28 10:34:44 +00:00
commit 127a8bac4e
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