diff --git a/README.md b/README.md index d97f606..5172431 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ $ wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap ``` The installer will complete the steps in the manual installation (below) for you. +After the reboot at the end of the installation the wireless network will be +configured as an access point as follows: +* IP address: 10.3.141.1 +* DHCP range: 10.3.141.50 to 10.3.141.255 +* SSID: `raspi-webgui` +* Password: ChangeMe + ## Manual installation Start off by installing lighttpd, php5, hostapd and dnsmasq. ```sh