Skip to content

Commit 593f65b

Browse files
committed
Moved 'build from the source' to CONTRIBUTING.md
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent c65cd5a commit 593f65b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ To save you having to type the above for every commit, Git can add the `Signed-o
9393

9494
If you haven't signed each commit, then the pull request will fail to pass all checks.
9595

96+
### Build and install the cics-deploy plugin
97+
```console
98+
git clone https://github.com/IBM/zowe-cli-cics-deploy-plugin
99+
cd zowe-cli-cics-deploy-plugin
100+
npm install
101+
npm run build
102+
zowe plugins install .
103+
```
96104

97105
## Developing Zowe CLI plug-ins
98106

docs/pages/cdp/cdp-Installing.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ toc: false
3636
zowe plugins install zowe-cli-cics-deploy-plugin
3737
```
3838

39-
Alternatively, you can build and install the cics-deploy plugin from the source. For example:
40-
41-
```console
42-
git clone https://github.com/IBM/zowe-cli-cics-deploy-plugin
43-
cd zowe-cli-cics-deploy-plugin
44-
npm install
45-
npm run build
46-
zowe plugins install .
47-
```
48-
4939
5. Validate the plug-ins are installed:
5040

5141
```console

0 commit comments

Comments
 (0)