From 0f8297e670e1dfb3fc3c0e389497a2b7510cf1ac Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 10 Aug 2024 15:51:50 +1000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bb2581..7661b0d 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ Building and running: Notes: -* `build-essential` is needed for `CGo` -* `libpcap-dev` and `CGo` is needed for [gopacket](https://github.com/google/gopacket) -* `NET_BIND_SERVICE` is needed to bind UDP port 387 (for talking between AIRs) -* `NET_RAW` is needed for EtherTalk +* `git` is needed for `go install` to fetch the module +* `build-essential` and`libpcap-dev` are needed for [gopacket](https://github.com/google/gopacket), which uses [CGo](https://pkg.go.dev/cmd/cgo) +* `NET_BIND_SERVICE` is needed for `jrouter` to bind UDP port 387 (for talking between AIRs) +* `NET_RAW` is needed for `jrouter` to listen for and send EtherTalk packets TODO: instructions for non-Linux / non-Debian-like machines