Skip to content

Commit 86dc756

Browse files
committed
Added installation instructions
1 parent 025307c commit 86dc756

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,17 @@ The ecosyste.ms enrichment adds license information, which Bomber then surfaces:
189189
■ Licenses Found: MIT, Apache-2.0, BSD-3-Clause, Ruby
190190
```
191191

192+
193+
## Installation
194+
195+
`parlay` binaries are available from [GitHub Releases](https://github.com/snyk/parlay/releases). Just select the archive for your operating system and architecture. For instance, you could download for macOS ARM machines with the following, substituting `{version}` for the latest version number.
196+
197+
```
198+
wget https://github.com/snyk/parlay/releases/download/v{version}/parlay_{version}_Darwin_arm64.tar.gz
199+
tar -xvf parlay_{version}_Darwin_arm64.tar.gz
200+
```
201+
202+
192203
## Supported package types
193204

194205
The various services used to enrich the SBOM data have data for a subset of purl types:

0 commit comments

Comments
 (0)