Skip to content

Commit d157ddb

Browse files
doc: formatted example clone repo command as codeblock (#7728)
formatted example clone repo command as codeblock
1 parent 9bc8f1f commit d157ddb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/content/installation/installing-nic/installation-with-manifests.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ Clone the NGINX Ingress Controller repository using the command shown below, and
3333
git clone https://github.com/nginx/kubernetes-ingress.git --branch <version_number>
3434
```
3535

36-
For example, if you want to use version {{< nic-version >}}, the command would be `git clone https://github.com/nginx/kubernetes-ingress.git --branch v{{< nic-version >}}`.
36+
For example, if you want to use version {{< nic-version >}}, the command would be:
37+
38+
```shell
39+
git clone https://github.com/nginx/kubernetes-ingress.git --branch v{{< nic-version >}}
40+
```
3741

3842
This guide assumes you are using the latest release.
3943

0 commit comments

Comments
 (0)