Skip to content

Commit b5ff314

Browse files
Merge branch 'dev' into messages
2 parents f2a3fa5 + de906b7 commit b5ff314

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/pages/cdp/cdp-Installing.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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 @zowe/cli
24+
npm install -g @zowe/cli@latest
2525
```
2626

2727
3. Build and install the cics-deploy plug-in as described in [Setting up your development environment](https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/tutorials/Setup.md). For example:
@@ -36,8 +36,13 @@ toc: false
3636
npm run build
3737
zowe plugins install .
3838
```
39+
4. Install the cics plugin:
3940

40-
4. Verify the plug-in is installed:
41+
```console
42+
zowe plugins install @zowe/cics
43+
```
44+
45+
5. Verify the plug-ins are installed:
4146

4247
```console
4348
zowe plugins list

0 commit comments

Comments
 (0)