Fix typo in build instructions

This commit is contained in:
HelixHexagon 2024-09-23 18:44:00 +01:00 committed by GitHub
parent 5145b6d2ab
commit 7a7dc9575c
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