Link to README.md

This commit is contained in:
Pete ba
2019-06-01 03:03:59 +01:00
parent fb413b9ac0
commit 0347c42ae6
2 changed files with 4 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ bridge_ports eth0 wlan0
Now we need to provide a mechanism to allow the PWS to connect to the Raspberry Pi's WiFi. We do this using the `hostapd` package to create a dedicated Access Point for the PWS.
You need to edit the hostapd configuration file, located at `/etc/hostapd/hostapd.conf`. This is an empty file so we just need to open it up in an editor add the somes lines from below:
You need to edit the hostapd configuration file, located at `/etc/hostapd/hostapd.conf`. This is an empty file so we just need to open it up in an editor add some line from below:
```
pi@raspberry:~ $ sudo nano /etc/hostapd/hostapd.conf
```