diff --git a/site/content/installation/installing-nic/installation-with-manifests.md b/site/content/installation/installing-nic/installation-with-manifests.md index 141e99e8cc..e70f1b8b9d 100644 --- a/site/content/installation/installing-nic/installation-with-manifests.md +++ b/site/content/installation/installing-nic/installation-with-manifests.md @@ -33,7 +33,11 @@ Clone the NGINX Ingress Controller repository using the command shown below, and git clone https://github.com/nginx/kubernetes-ingress.git --branch ``` -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 >}}`. +For example, if you want to use version {{< nic-version >}}, the command would be: + +```shell +git clone https://github.com/nginx/kubernetes-ingress.git --branch v{{< nic-version >}} +``` This guide assumes you are using the latest release.