From 3f189d5dfac0e2a5492bbdf3fa121845ce617fab Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Mon, 15 Apr 2024 11:42:12 +1000 Subject: [PATCH] Don't forget libpcap-dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c0f40d..92ed8d3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ TODO: explain the configuration file Building and running: ```shell +sudo apt install libpcap-dev go install gitea.drjosh.dev/josh/jrouter@latest sudo setcap 'CAP_NET_BIND_SERVICE=ep CAP_NET_RAW=ep' ~/go/bin/jrouter ~/go/bin/jrouter