Skip to content

Commit 69267ed

Browse files
author
Kyriakos Akriotis
committed
changes to README.md
1 parent 6b08fe9 commit 69267ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ kubectl apply -f config/samples/
2424
2. Build and push your image to the location specified by `IMG`:
2525

2626
```sh
27-
make docker-build docker-push IMG=<some-registry>/kube-dosbox:tag
27+
make docker-build docker-push IMG=<some-registry>/kube-dosbox:<tag>
2828
```
2929

3030
3. Deploy the controller to the cluster with the image specified by `IMG`:
3131

3232
```sh
33-
make deploy IMG=<some-registry>/kube-dosbox:tag
33+
make deploy IMG=<some-registry>/kube-dosbox:<tag>
3434
```
3535

3636
### Uninstall CRDs

0 commit comments

Comments
 (0)