1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Improve toplevel README.md regarding binaries

* Add downloader to the list of available windows binaries.
 * Improve phrasing about what is tested and where to get the binaries.
This commit is contained in:
Bernhard Reiter 2022-07-15 09:53:49 +02:00
parent 0171715390
commit 324de3abca
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -22,15 +22,17 @@ is a tool for testing a CSAF Trusted Provider according to [Section 7 of the CSA
is a tool for downloading advisories from a provider. is a tool for downloading advisories from a provider.
## Setup ## Setup
Note that the server side is only tested Note that binaries for the server side are only available and tested
and the binaries available for GNU/Linux-Systems, e.g. Ubuntu LTS. for GNU/Linux-Systems, e.g. Ubuntu LTS.
It is likely to run on similar systems when build from sources. They are likely to run on similar systems when build from sources.
The windows binary package only includes
`csaf_downloader`, `csaf_checker` and `csaf_uploader`.
The windows binaries only include `csaf_uploader` and `csaf_checker`.
### Prebuild binaries ### Prebuild binaries
Download the binaries (from the most recent release assets on Github). Download the binaries from the most recent release assets on Github.
### Build from sources ### Build from sources