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.
pnpm
1 parent 1ac41f2 commit b95ccfcCopy full SHA for b95ccfc
README.md
@@ -73,11 +73,12 @@ written in _TypeScript_ and compiled for the target.
73
74
## Installation
75
76
-This package and the build results are available for _npm_ and _yarn_:
+This package and the build results are available for _npm_, _yarn_ and _pnpm_:
77
78
```shell
79
npm i -S @cyclonedx/cyclonedx-library
80
yarn add @cyclonedx/cyclonedx-library
81
+pnpm add @cyclonedx/cyclonedx-library
82
```
83
84
You can install the package from source,
@@ -86,6 +87,7 @@ which will build automatically on installation:
86
87
88
npm i -S github:CycloneDX/cyclonedx-javascript-library
89
# not supported with yarn
90
+# not supported with pnpm
91
92
93
## Usage
0 commit comments