From 8d5ad70cfd7ab951d197928b964510ba52fc651a Mon Sep 17 00:00:00 2001 From: Eloy Date: Mon, 22 Apr 2024 23:53:23 +0200 Subject: [PATCH] add Debian to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ea0f0..90e79fe 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,10 @@ Linmodem is the first modem to integrate a graphical user interface which show t Read the file [ARCHITECTURE.md](./ARCHITECTURE.md) to know the details of the implementation. Next versions will contain the first draft on the algorithms which are implemented. ## Dependencies -On Fedora, you have to run: +Fedora: * `sudo dnf install libXext-devel libX11-devel` +Debian: +* `sudo apt install libxext-dev libx11-dev` ## Building `make`