diff --git a/README.md b/README.md index f5acc9c..36426fe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation -``` +```shell brew tap cyclonedx/cyclonedx ``` @@ -10,12 +10,16 @@ brew tap cyclonedx/cyclonedx #### CycloneDX CLI -``` +Install [`cyclonedx-cli`](https://github.com/CycloneDX/cyclonedx-cli?tab=readme-ov-file#readme) + +```shell brew install cyclonedx-cli ``` #### CycloneDX GoMod -``` +Install [`cyclonedx-gomod`](https://github.com/CycloneDX/cyclonedx-gomod?tab=readme-ov-file#readme) + +```shell brew install cyclonedx-gomod ```