]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Fix typo in build instructions (#315)
authorHelixHexagon <60048780+HelixHexagon@users.noreply.github.com>
Wed, 14 May 2025 20:49:07 +0000 (21:49 +0100)
committerGitHub <noreply@github.com>
Wed, 14 May 2025 20:49:07 +0000 (23:49 +0300)
README.md

index 483b2cade07baa96ceec2e021822e601f647096d..35ad1c9c889613df5e14d04006f253688d783c92 100644 (file)
--- 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