Fix podman build command in README

This commit is contained in:
Kienan Stewart 2022-01-02 10:52:57 -05:00
parent 553d041b91
commit a8dbc4db6f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ git submodule update
## Building container image ## Building container image
``` ```
podman build -t cameo-build:latest podman build -t cameo-build:latest .
``` ```
## Building Cameo ## Building Cameo