diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index 1fa6d12..b4535f7 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -43,7 +43,7 @@ Once that’s done, connect your RPi to a DHCP network with an ethernet cable an We will use nmap to scan our DHCP IP range for all hosts that are up. Replace 10.0.0.1/24 with your IP address range. You can also check you router's settings to see all devices connected to your network and their IPs. Enter -`nmap 10.0.0.1/24` into your terminal +`nmap 10.0.0.1/24` into your terminal (replace 10.0.0.1 with your network's IP) and