Fix typo in build instructions (#315)

This commit is contained in:
HelixHexagon 2025-05-14 21:49:07 +01:00 committed by GitHub
parent 4f09e785c0
commit 4951b6186d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
```
$ 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