Skip to content

Commit 6ff150e

Browse files
committed
Added tag for zowe-cli to get correct version, and added registry for zowe-cli
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent 0d4ecc3 commit 6ff150e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/cdp/cdp-Installing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ 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-
npm install -g @brightside/core
24+
npm config set @brightside:registry https://api.bintray.com/npm/ca/brightside
25+
npm install -g @brightside/core@lts-incremental
2526
```
2627

2728
3. Install the cics plugin:

0 commit comments

Comments
 (0)