From 391b79acbfc6e7984282d532d10da6ef49a1c32b Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Thu, 15 May 2025 16:58:28 +0300 Subject: [PATCH] Updated Installation from source (markdown) --- Installation-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-from-source.md b/Installation-from-source.md index 21b1cf1..11cde5a 100644 --- a/Installation-from-source.md +++ b/Installation-from-source.md @@ -9,7 +9,7 @@ some small but necessary changes were made that might break compatibility with h In order to build on Debian/Ubuntu make sure you install the following build-dependencies ``` -$ sudo apt build-essential cmake ragel pkg-config libsqlite3-dev libpcap-dev +$ sudo apt install build-essential cmake ragel pkg-config libsqlite3-dev libpcap-dev ``` ### Other distributions