From 5a0c05f1dd96a4a1587bf65302888a0b4c4e92cd Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 20 Aug 2024 19:50:01 +0200 Subject: [PATCH] Add hint that users may need to use something else than apt if they are on some other distribution Signed-off-by: DL6ER --- docs/ftldns/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/debugging.md b/docs/ftldns/debugging.md index 2548499..18af843 100644 --- a/docs/ftldns/debugging.md +++ b/docs/ftldns/debugging.md @@ -31,7 +31,7 @@ Once you are used to it, you can skip most of the steps. Debugging *FTL*DNS is q ## Prerequirements (only required once) -1. Install `screen` and `gdb` using `sudo apt-get install screen gdb` +1. Install `screen` and `gdb` using `sudo apt-get install screen gdb` (you may need to use another package manager, e.g., `yum`, `dnf` or `apk add`, depending on your distribution) 2. Start a screen session (it will allow you to come back even if the SSH connection died) * If you don't know about `screen`, then read about it (you *will* love it!) 3. Start a screen session using `screen`