From 3051ee2b28e2aa17948b1d49fd16b906e0c8d93d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thies=20M=C3=B6ller?= <thies.moeller@baslerweb.com>
Date: Fri, 16 Aug 2024 16:43:13 +0200
Subject: [PATCH] Update README.md

---
 README.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 810994a..b4daba7 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ You are welcome to post any questions or issues on [GitHub](https://github.com/b
 
 [![CI](https://github.com/basler/gst-plugin-pylon/actions/workflows/ci.yml/badge.svg)](https://github.com/basler/gst-plugin-pylon/actions/workflows/ci.yml)
 
-The next chapters describe how to [use](#getting-started) and [build](#Building) the *pylonsrc* plugin.
+The next chapters describe how to [install](#downloads-for-debian-and-ubuntu), [use](#getting-started) and [build](#Building) the *pylonsrc* plugin.
 
 # Getting started
 
@@ -327,6 +327,20 @@ gst-launch-1.0 pylonsrc cam::ChunkModeActive=True cam::ChunkEnable-LineStatusAll
         t. ! queue ! videoconvert  ! autovideosink
 ```
 
+# Downloads for Debian and Ubuntu
+
+The pylonsrc plugin can be downloaded for the following revisions of Ubuntu and Debian on the releases page.
+
+[Download the latest release](https://github.com/basler/gst-plugin-pylon/releases/latest)
+
+## Operating Systems with available downloads
+
+| Distribution | Versions |
+|--------------|---------------------|
+| Ubuntu       | 24.04, 22.04, 20.04 |
+| Debian       | 12 (Bookworm), 11 (Bullseye) |
+
+For any other OS you have to currently [build](#building) the plugin yourself.
 
 # Building