Skip to content

Commit ef43152

Browse files
authored
Merge branch 'dev' into dev
2 parents cc2aa15 + f2301ec commit ef43152

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)