diff options
Diffstat (limited to 'docs/gnulinux/configuring_parabola.md')
-rw-r--r-- | docs/gnulinux/configuring_parabola.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/gnulinux/configuring_parabola.md b/docs/gnulinux/configuring_parabola.md index ba54dde1..12c05109 100644 --- a/docs/gnulinux/configuring_parabola.md +++ b/docs/gnulinux/configuring_parabola.md @@ -96,8 +96,8 @@ careful about this when reading anything on the Arch wiki. Some of these steps require internet access. I'll go into networking later but for now, I just connected my system to a switch and did: # systemctl start dhcpcd.service -You can stop it later by running:\ -\# **systemctl stop dhcpcd.service**\ +You can stop it later by running: + # systemctl stop dhcpcd.service\ For most people this should be enough, but if you don't have DHCP on your network then you should setup your network connection first:\ [Setup network connection in Parabola](#network) @@ -621,8 +621,8 @@ export LANG=en\_GB.UTF-8\ \ \# Start lxde desktop\ exec startlxde\ -* Now make sure that it is executable:\ -\$ **chmod +x .xinitrc** +* Now make sure that it is executable: + $ chmod +x .xinitrc [Back to top of page.](#pagetop) |