Skip to content

Commit fbe5e17

Browse files
committed
Removed 'sudo', Changed installing cics plugin command, Changed verification back to 'zowe plugins list'
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent 593f65b commit fbe5e17

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/pages/cdp/cdp-Installing.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ toc: false
2121
2. Install [Zowe CLI](https://zowe.github.io/docs-site/latest/user-guide/cli-installcli.html). For example, to install using npm:
2222

2323
```console
24-
sudo npm install -g @brightside/core
24+
npm install -g @brightside/core
2525
```
2626

2727
3. Install the cics plugin:
2828

2929
```console
30-
zowe plugins install @brightside/cics
30+
zowe plugins install @brightside/cics@lts-incremental
3131
```
3232

3333
4. Install the cics-deploy plugin:
@@ -36,16 +36,22 @@ toc: false
3636
zowe plugins install zowe-cli-cics-deploy-plugin
3737
```
3838

39-
5. Validate the plug-ins are installed:
39+
5. Verify the plug-ins are installed:
4040

4141
```console
42-
zowe plugins validate
42+
zowe plugins list
4343
```
4444

45-
validates the installed plugins:
45+
Displays a list of the installed plugins:
4646

4747
<pre class="messageText">
48-
_____ Validation results for plugin '@brightside/cics' _____
49-
This plugin was successfully validated. Enjoy the plugin. <br>
50-
_____ Validation results for plugin 'zowe-cli-cics-deploy-plugin' _____
51-
This plugin was successfully validated. Enjoy the plugin. </pre>
48+
Installed plugins:
49+
50+
-- pluginName: @brightside/cics
51+
-- package: @brightside/cics@lts-incremental
52+
-- version: 1.1.1
53+
-- registry: https://registry.npmjs.org/<br>
54+
-- pluginName: zowe-cli-cics-deploy-plugin
55+
-- package: zowe-cli-cics-deploy-plugin
56+
-- version: 0.5.0
57+
-- registry: https://registry.npmjs.org/ </pre>

0 commit comments

Comments
 (0)