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.
2 parents b336898 + f2301ec commit 23950fdCopy full SHA for 23950fd
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