From be89bf22dd3ed1843f50e57914e020c7c331be28 Mon Sep 17 00:00:00 2001 From: Jonathan Farinloye Date: Tue, 10 Oct 2023 13:52:20 +0100 Subject: [PATCH] Update debian.md to ease understanding (#18340) * Update debian.md to ease understanding Added extra explanation for what should be replaced with for installation on Debian Derivatives like Kali Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --------- Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/engine/install/debian.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/engine/install/debian.md b/content/engine/install/debian.md index f69aa9e586..51813815e8 100644 --- a/content/engine/install/debian.md +++ b/content/engine/install/debian.md @@ -118,6 +118,9 @@ Docker from the repository. > ```console > $(. /etc/os-release && echo "$VERSION_CODENAME") > ``` + > + > Replace this part with the codename of the corresponding Debian release, + > such as `bookworm`. 2. Install the Docker packages.