From ec1deb95b061b9df6711a7607e751959bd22839a Mon Sep 17 00:00:00 2001 From: Jadin Luong Date: Wed, 6 Jan 2021 22:52:34 -0500 Subject: [PATCH] Fixed minor error in README Signed-off-by: Jadin Luong --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index b4353f2..0efb1e2 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,6 @@ curl -O https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/sample-node-api/ # From local - if downloaded on z/OS skip this sftp ibmuser@mymainframe.ibm.com put .pax - -# On z/OS -mkdir sample-node-api -cd sample-node-api -pax -ppx -rf ../.pax ``` @@ -77,7 +72,7 @@ ssh ibmuser@my.mainframe.com ### 3) Lifecycle scripts of the component -We expect following in service folder `start.sh`, `configure.sh` and `validate.sh`. +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