Skip to content

Commit

Permalink
Add hint that users may need to use something else than apt if they a…
Browse files Browse the repository at this point in the history
…re on some other distribution

Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Aug 20, 2024
1 parent 00cd44f commit 5a0c05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ftldns/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5a0c05f

Please sign in to comment.