From 1dd203e974747d1fe4d738e0060161dceba598b9 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Thu, 4 Apr 2019 16:11:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f3ff66..d5bf75cb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ RaspAP is free software, but powered by your support. If you find RaspAP useful ## Manual installation These steps apply to the latest release of Raspbian (currently [Stretch](https://www.raspberrypi.org/downloads/raspbian/)). Notes for previously released versions are provided, where applicable. Start off by installing git, lighttpd, php7, hostapd and dnsmasq. ```sh -$ sudo apt-get install git lighttpd php7.0-cgi hostapd dnsmasq vnstat +sudo apt-get install git lighttpd php7.0-cgi hostapd dnsmasq vnstat ``` **Note:** for Raspbian Jessie and Wheezy, replace `php7.0-cgi` with `php5-cgi`. After that, enable PHP for lighttpd and restart it for the settings to take effect. ```sh