From 5a90f9736b84d6ca3c1f5b80ac51547783b01d1b Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Sat, 14 Oct 2023 09:25:12 +0200 Subject: [PATCH] Improved README by removing redundant information --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 131335f..07e876d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,8 @@ # WID Notifier -The German [BSI](https://www.bsi.bund.de/) and [LSI Bavaria](https://lsi.bayern.de/) each have a page listing current security notices. - -- BSI: https://wid.cert-bund.de/portal/wid/kurzinformationen -- LSI: https://wid.lsi.bayern.de/portal/wid/warnmeldungen - +The German [BSI](https://www.bsi.bund.de/) and [LSI Bavaria](https://lsi.bayern.de/) each have a page listing current security notices. This software queries the APIs of these services for new security notices and sends configurable email notifications. -## Supported Platforms - -This Software only supports Linux. - ## API Endpoints | | ID | Portal URL | @@ -18,6 +10,10 @@ This Software only supports Linux. | BSI | `bund` | https://wid.cert-bund.de/portal/wid/kurzinformationen | | LSI | `bay` | https://wid.lsi.bayern.de/portal/wid/warnmeldungen | +## Supported Platforms + +This Software only supports Linux. + # Usage After building the application using `go build`, run