Skip to content

Commit e358842

Browse files
authored
docs: describe how to install from source with yarn2 (#472)
1 parent 303743e commit e358842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ which will build automatically on installation:
106106
```shell
107107
npm i -S github:CycloneDX/cyclonedx-javascript-library
108108
pnpm add github:CycloneDX/cyclonedx-javascript-library
109-
# not supported with yarn
109+
yarn add @cyclonedx/cyclonedx-library@github:CycloneDX/cyclonedx-javascript-library # only with yarn-2
110110
```
111111

112112
## Usage

0 commit comments

Comments
 (0)