Skip to content

Commit

Permalink
doc: remove sudo from npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Nov 22, 2023
1 parent 8772300 commit eb249bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb249bf

Please sign in to comment.