Fix network documentation in the English gitbook (#136)

Fix network documentation in the English gitbook
This commit is contained in:
Hany Hamed
2019-07-09 15:06:14 +03:00
committed by sfalexrog
parent 96cc0c7ad9
commit d958d565a7

View File

@@ -129,19 +129,19 @@ When using [the RPi image](microsd_images.md), the Wi-Fi adapter works in the [a
EOF
```
3. Restart the `dhcpcd` service.
```bash
sudo systemctl restart dhcpcd
```
4. Enable the `dnsmasq` service.
3. Enable the `dnsmasq` service.
```bash
sudo systemctl enable dnsmasq
sudo systemctl start dnsmasq
```
4. Restart the `dhcpcd` service.
```bash
sudo systemctl restart dhcpcd
```
___
Below you can read more about how RPi networking is organized.