diff --git a/README.md b/README.md index 0efb1e2..82bc314 100644 --- a/README.md +++ b/README.md @@ -66,16 +66,15 @@ ssh ibmuser@my.mainframe.com ### 2) install component using zowe-install-component.sh script ``` -.//bin/zowe-install-component.sh -c -i -o -l +.//bin/zowe-install-component.sh -d -i -o -l ``` ### 3) Lifecycle scripts of the component -We expect following in service folder `start.sh` and `configure.sh`. -In our case its bin folder with relevant scripts. - -`configure.sh` sets up specified variables and configuration to help get the component started +We expect following in service folder `start.sh`. +In our case its bin folder with relevant scripts. + `start.sh` starts node app on configured port `env.sh` its custom script use to configure port for our node app, feel free to use your desired way