Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit a0276d1

Browse files
authored
Fix netfilter-queue-dev -> libnetfilter-queue-dev
Thanks to @aoh for noticing the error in README.md.
1 parent 70d61b5 commit a0276d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ $ iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
3232

3333
### Compiling
3434

35-
Compilation requires the `netfilter-queue-dev` package and Go 1.8 or later.
35+
Compilation requires the `libnetfilter-queue-dev` package and Go 1.8 or later.
3636

3737
```sh
38-
$ apt-get install netfilter-queue-dev
38+
$ apt-get install libnetfilter-queue-dev
3939
$ go build
4040
```
4141

0 commit comments

Comments
 (0)