From 4c868016f2b9f9c719fe537db9ac6659372bf39e Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Mon, 21 Dec 2020 11:38:08 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fef684d..6d3e8ee 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Now reboot the device, and you're good to go. You must install your Linux distribution's `libpcap` and `libnl-3` packages (exact names will vary depending on your distribution). -On Debian based distros you can install these dependencies with +On Debian based distros (such as Ubuntu) you can install these dependencies with sudo apt install libpcap libnl-3 @@ -208,7 +208,7 @@ or ### Building and installing ###### Linux, Mac OS X, BSDs -On Linux, developer packages for libpcap and libnl must be installed: +On Linux, developer packages for `libpcap` and `libnl` must be installed: ``` $ sudo apt install libpcap-dev libnl-3-dev