Fix typo in build instructions (#315)

This commit is contained in:
HelixHexagon
2025-05-14 21:49:07 +01:00
committed by GitHub
parent 50bcb90f8d
commit 749ec1bc44

View File

@@ -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 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 ### Other distributions