-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8772300
commit eb249bf
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,10 +86,10 @@ For go, `go mod why` command is used to identify required packages. For php, com | |
## Installing | ||
|
||
```shell | ||
sudo npm install -g @cyclonedx/cdxgen | ||
npm install -g @cyclonedx/cdxgen | ||
|
||
# For CycloneDX 1.4 compatibility use version 8.6.0 or pass the argument `--spec-version 1.4` | ||
sudo npm install -g @cyclonedx/[email protected] | ||
npm install -g @cyclonedx/[email protected] | ||
``` | ||
|
||
If you are a [Homebrew](https://brew.sh/) user, you can also install [cdxgen](https://formulae.brew.sh/formula/cdxgen) via: | ||
|