From 7a7dc9575cd4b6bf40ea4528c3acbfe81abd0f28 Mon Sep 17 00:00:00 2001 From: HelixHexagon <60048780+HelixHexagon@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:44:00 +0100 Subject: [PATCH] Fix typo in build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 483b2cad..35ad1c9c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,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