diff --git a/docs/deploymentnew/on-prem-installation-guidelines.md b/docs/deploymentnew/on-prem-installation-guidelines.md index adbd9b98d..dad7277ae 100644 --- a/docs/deploymentnew/on-prem-installation-guidelines.md +++ b/docs/deploymentnew/on-prem-installation-guidelines.md @@ -112,9 +112,11 @@ helm repo add mosip https://mosip.github.io/mosip-helm * Create a directory as mosip in your PC and: * clone k8’s infra repo with tag : 1.2.0.1-B2 (**whichever is the latest version**) inside mosip directory.\ - `git clone https://github.com/mosip/k8s-infra -b v1.2.0.1-B2` + `git clone https://github.com/mosip/k8s-infra` + `git checkout tags/v1.2.0.1-B2 -b 1.2.0.1-B2` * clone mosip-infra with tag : 1.2.0.1-B2 (**whichever is the latest version**) inside mosip directory.\ - `git clone https://github.com/mosip/mosip-infra -b v1.2.0.1-B2` + `git clone https://github.com/mosip/mosip-infra` + `git checkout tags/v1.2.0.1-B2 -b 1.2.0.1-B2` * Set below mentioned variables in bashrc ```