From 4951b6186d5319426b845707ce856114a350e4c7 Mon Sep 17 00:00:00 2001 From: HelixHexagon <60048780+HelixHexagon@users.noreply.github.com> Date: Wed, 14 May 2025 21:49:07 +0100 Subject: [PATCH] Fix typo in build instructions (#315) --- 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