Skip to content

Commit

Permalink
fix(core): add prom client installation step in core readme (sourcefu…
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatdubeysf authored Aug 2, 2021
1 parent ce99a06 commit f7f93e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ that are used throughout the service catalog.
```bash
npm install @sourcelooop/core
```

`@sourceloop/core` is dependent on [`swagger-stats`](https://www.npmjs.com/package/swagger-stats), so if you haven't added prom-client already, you should do this now. It's a peer dependency of swagger-stats as of version 0.95.19.

```bash
npm install prom-client@12 --save
```

0 comments on commit f7f93e2

Please sign in to comment.