From 38908165b2cd8e62efa83173501d0893bba8c4df Mon Sep 17 00:00:00 2001 From: Varun Ramachandra Sekar Date: Fri, 10 Jan 2025 11:17:22 -0800 Subject: [PATCH] fix stale README Signed-off-by: Varun Ramachandra Sekar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a3d2e14..013be4ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -21,7 +21,7 @@ for installation and configuration information. ### Deploying the Operator on the Cluster -**Build and push your image to the location specified by `IMG`:** +**Build and push your image to the location specified by `IMAGE_NAME`:`VERSION`:** ```sh make build IMAGE_NAME=/k8s-nim-operator VERSION= -f deployments/container/Makefile @@ -101,7 +101,7 @@ To get started with building the NIM Operator, follow these steps: ```shell git clone git@github.com:NVIDIA/k8s-nim-operator.git cd k8s-nim-operator -make IMG= docker-build +make build IMAGE_NAME=/k8s-nim-operator VERSION= -f deployments/container/Makefile ``` Run `make help` for more information about additional `make` targets.