From cc622f211e9ab855bc705881c9ebd6458e5662d5 Mon Sep 17 00:00:00 2001 From: Solid Rhino Date: Tue, 18 Jul 2017 14:52:48 +0200 Subject: [PATCH] Update README.md Add git to install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65aab5c..dcb6f49 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ configured as an access point as follows: * Password: ChangeMe ## Manual installation -Start off by installing lighttpd, php5, hostapd and dnsmasq. +Start off by installing git, lighttpd, php5, hostapd and dnsmasq. ```sh -$ sudo apt-get install lighttpd php5-cgi hostapd dnsmasq +$ sudo apt-get install git lighttpd php5-cgi hostapd dnsmasq ``` After that, enable PHP for lighttpd and restart it for the settings to take effect. ```sh