Minor fix to README

Signed-off-by: Jadin Luong <Jadin.Luong@ibm.com>
This commit is contained in:
Jadin Luong
2021-01-08 12:18:15 -05:00
parent 71cb0e0ac0
commit 25827f7875

View File

@@ -66,16 +66,15 @@ ssh ibmuser@my.mainframe.com
### 2) install component using zowe-install-component.sh script
```
./<zowe-runtime-dir>/bin/zowe-install-component.sh -c <component-name> -i <zowe-instance-dir> -o <component-pax-file> -l <log-folder>
./<zowe-runtime-dir>/bin/zowe-install-component.sh -d <zowe-extensions-dir> -i <zowe-instance-dir> -o <component-pax-file> -l <log-folder>
```
### 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