Skip to content

Commit 1c7c35f

Browse files
authored
Update README.md
1 parent 0d5359e commit 1c7c35f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ go build -v ./cmd/...
2626
# Create and push the image into a container repository:
2727
# For example:
2828
# IMG=quay.io/kubevirt-ui/kube-gateway:v0.1.0 make image
29-
IMG=<your image repo>
30-
podman build -t ${IMG} .
31-
podman push ${IMG}
29+
IMG=<your image repo> make image
30+
31+
# make image builds and push the image, it's equivalent to runnin:
32+
# podman build -t ${IMG} .
33+
# podman push ${IMG}
3234
```
3335

3436
## Build a custom web application using the gateway

0 commit comments

Comments
 (0)