diff --git a/README.md b/README.md index bedb323..d37dbfb 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ $ 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. ## Manual installation -Start off by installing lighttpd and php5. +Start off by installing lighttpd, php5 and hostapd. ```sh -$ sudo apt-get install lighttpd php5-cgi +$ sudo apt-get install lighttpd php5-cgi hostapd ``` After that, enable PHP for lighttpd and restart it for the settings to take effect. ```sh