Skip to content

Commit 303743e

Browse files
authored
docs: describe how to install from source with pnpm (#471)
1 parent 839ab80 commit 303743e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,21 @@ written in _TypeScript_ and compiled for the target.
9292

9393
## Installation
9494

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

9797
```shell
9898
npm i -S @cyclonedx/cyclonedx-library
99-
yarn add @cyclonedx/cyclonedx-library
10099
pnpm add @cyclonedx/cyclonedx-library
100+
yarn add @cyclonedx/cyclonedx-library
101101
```
102102

103103
You can install the package from source,
104104
which will build automatically on installation:
105105

106106
```shell
107107
npm i -S github:CycloneDX/cyclonedx-javascript-library
108+
pnpm add github:CycloneDX/cyclonedx-javascript-library
108109
# not supported with yarn
109-
# not supported with pnpm
110110
```
111111

112112
## Usage

0 commit comments

Comments
 (0)