Skip to content

Commit b95ccfc

Browse files
authored
docs: describe installation with pnpm (#209)
docs: describe installation with `pnpm` Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1ac41f2 commit b95ccfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ written in _TypeScript_ and compiled for the target.
7373

7474
## Installation
7575

76-
This package and the build results are available for _npm_ and _yarn_:
76+
This package and the build results are available for _npm_, _yarn_ and _pnpm_:
7777

7878
```shell
7979
npm i -S @cyclonedx/cyclonedx-library
8080
yarn add @cyclonedx/cyclonedx-library
81+
pnpm add @cyclonedx/cyclonedx-library
8182
```
8283

8384
You can install the package from source,
@@ -86,6 +87,7 @@ which will build automatically on installation:
8687
```shell
8788
npm i -S github:CycloneDX/cyclonedx-javascript-library
8889
# not supported with yarn
90+
# not supported with pnpm
8991
```
9092

9193
## Usage

0 commit comments

Comments
 (0)