From 5f748c4b8478e90866cd123d67f65f1a77f6f016 Mon Sep 17 00:00:00 2001 From: Joe Haig Date: Fri, 21 Oct 2016 22:47:04 +0100 Subject: [PATCH] Add hostapd install to manual install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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