1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Merge pull request #88 from SolidRhino/patch-1

Update README.md
This commit is contained in:
Bill Zimmerman 2017-07-20 11:21:59 -07:00 committed by GitHub
commit 97fd8dc13e

View File

@ -46,9 +46,9 @@ configured as an access point as follows:
* Password: ChangeMe * Password: ChangeMe
## Manual installation ## Manual installation
Start off by installing lighttpd, php5, hostapd and dnsmasq. Start off by installing git, lighttpd, php5, hostapd and dnsmasq.
```sh ```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. After that, enable PHP for lighttpd and restart it for the settings to take effect.
```sh ```sh