From d473797debfc311f7230f647676ec8e0b56ff9a0 Mon Sep 17 00:00:00 2001 From: Nick Leffler Date: Sun, 4 Apr 2021 00:25:52 +0100 Subject: [PATCH] updated readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8132362..9e65972 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,13 @@ Enable IP Forwarding Find NICs -1. It's usually safe to assume that eth0 is the on-board NIC | wlan0 is the on-board wifi -2. ```ip a``` to find the NICs -3. Now we create the bridge +It's usually safe to assume that eth0 is the on-board NIC | wlan0 is the on-board wifi + +```ip a``` to find the NICs + +*** + +Now we create the bridge ```nano /etc/network/interfaces```