From 590a927369b72b293e10739d8ff41bc1efd09e95 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 10 Jan 2025 12:49:16 +0100 Subject: [PATCH] Update README.md (#21) Signed-off-by: Jan Kowalleck --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db4ed30..25b8f5d 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ > ```yaml > - name: Create SBOM step > # see for usage: https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm -> run: npx @cyclonedx/cyclonedx-npm +> run: npx @cyclonedx/cyclonedx-npm --help > ``` > - for YARN projects: [`@cyclonedx/yarn-plugin-cyclonedx`](https://www.npmjs.com/package/%40cyclonedx/yarn-plugin-cyclonedx) > ```yaml > - name: Create SBOM step > # see for usage: https://www.npmjs.com/package/%40cyclonedx/yarn-plugin-cyclonedx -> run: yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx +> run: yarn dlx -q @cyclonedx/yarn-plugin-cyclonedx --help > ``` > - for PNPM projects: *to be announced*