Update README.md

This commit is contained in:
Bill Zimmerman 2019-04-21 20:27:06 +02:00 committed by GitHub
parent be24aa2a20
commit eab0ea9f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,11 @@ Unmask and enable the hostapd service.
sudo systemctl unmask hostapd.service
sudo systemctl enable hostapd.service
```
Move the raspap service to the correct location and enable it.
```
sudo mv /var/www/html/installers/raspap.service /lib/systemd/system
sudo systemctl enable raspap.service
```
Reboot and it should be up and running!
```sh
sudo reboot