Skip to content

Commit 1c1c205

Browse files
committed
Make note about installing Prism
1 parent ca5c9fb commit 1c1c205

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ You have two options for deploying white-labeled documentation:
2020
## Generating private connector documentation
2121

2222
If you have private connectors that you offer to your customers and you want documentation for them to live alongside the public connectors, you can generate documentation for them.
23+
2324
After installing node dependencies locally, ensure that you are logged in to the Prismatic CLI with `prism login`.
25+
If you do not have the Prismatic CLI installed, you can install it with:
26+
27+
```bash
28+
npm install -g @prismatic-io/prism
29+
```
30+
2431
Then, identify the key of the private connector you want to generate documentation for by running:
2532

2633
```bash

0 commit comments

Comments
 (0)