Add installation mode to use snapshot image
[nonrtric/plt/rappmanager.git] / scripts / install / README.md
index 5f7f3bf..3862e13 100755 (executable)
@@ -15,10 +15,12 @@ The installation scripts do not handle the required installations listed below.
 
 ### Installation
 
+> **"dev"** mode installation can be used to deploy snapshot images of rApp Manager and DME Participant.
+To initiate the dev mode installation, provide "dev" as an argument when executing the script.
+
 All the components can be installed as shown below,
-```
-./install-all.sh
-```
+
+```./install-all.sh``` (or) ```./install-all.sh dev```
 
 Individual components can be installed using the commands below,
 
@@ -28,7 +30,7 @@ Individual components can be installed using the commands below,
 
 ```./install-kserve.sh``` - Installs the Kserve, and it's related components.
 
-```./install-nonrtric.sh``` - Installs the NONRTRIC components.
+```./install-nonrtric.sh``` or ```./install-nonrtric.sh dev``` - Installs the NONRTRIC components.
 
 > **These scripts are specifically designed for a fresh environment.**