We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4ecc3 commit 6ff150eCopy full SHA for 6ff150e
docs/pages/cdp/cdp-Installing.md
@@ -21,7 +21,8 @@ toc: false
21
2. Install [Zowe CLI](https://zowe.github.io/docs-site/latest/user-guide/cli-installcli.html). For example, to install using npm:
22
23
```console
24
- npm install -g @brightside/core
+ npm config set @brightside:registry https://api.bintray.com/npm/ca/brightside
25
+ npm install -g @brightside/core@lts-incremental
26
```
27
28
3. Install the cics plugin:
0 commit comments