Skip to content

Commit f23f5b7

Browse files
authored
Merge pull request #1 from j13tw/main
fix stale README (NVIDIA#279)
2 parents 77d1e2d + 1295c3d commit f23f5b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
SPDX-License-Identifier: Apache-2.0
44
-->
55

@@ -21,7 +21,7 @@ for installation and configuration information.
2121

2222
### Deploying the Operator on the Cluster
2323

24-
**Build and push your image to the location specified by `IMG`:**
24+
**Build and push your image to the location specified by `IMAGE_NAME`:`VERSION`:**
2525

2626
```sh
2727
make build IMAGE_NAME=<your-private-registry>/k8s-nim-operator VERSION=<tag> -f deployments/container/Makefile
@@ -101,7 +101,7 @@ To get started with building the NIM Operator, follow these steps:
101101
```shell
102102
git clone [email protected]:NVIDIA/k8s-nim-operator.git
103103
cd k8s-nim-operator
104-
make IMG=<image-name> docker-build
104+
make build IMAGE_NAME=<your-private-registry>/k8s-nim-operator VERSION=<tag> -f deployments/container/Makefile
105105
```
106106

107107
Run `make help` for more information about additional `make` targets.

0 commit comments

Comments
 (0)