From d958d565a73f99f6215822967f766b9f42133c68 Mon Sep 17 00:00:00 2001 From: Hany Hamed Date: Tue, 9 Jul 2019 15:06:14 +0300 Subject: [PATCH] Fix network documentation in the English gitbook (#136) Fix network documentation in the English gitbook --- docs/en/network.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en/network.md b/docs/en/network.md index d0bdf325..33e6e657 100644 --- a/docs/en/network.md +++ b/docs/en/network.md @@ -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.