From 1d725679dcf43e32b9dd174bf38fcc279db8a553 Mon Sep 17 00:00:00 2001 From: Simon John Date: Fri, 11 Oct 2024 15:55:22 +0100 Subject: [PATCH] added apt-get update to instructions --- docs/radar/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/radar/README.md b/docs/radar/README.md index deac2b18..5af02609 100644 --- a/docs/radar/README.md +++ b/docs/radar/README.md @@ -48,6 +48,7 @@ yum install tuxcare-radar APT-based distributions (Debian, Ubuntu etc): ```text +apt-get update apt-get install tuxcare-radar ```