diff --git a/_posts/2015-10-09-arch-reflector.md b/_posts/2015-10-09-arch-reflector.md index af4e49b..9a79de8 100644 --- a/_posts/2015-10-09-arch-reflector.md +++ b/_posts/2015-10-09-arch-reflector.md @@ -17,14 +17,14 @@ in [GNU Free Documentation License 1.3 or later].** TL;DR commands: -``` +
 sudo pacman --needed -S reflector rsync curl
 cd /etc/systemd/system/
 sudo curl -LO https://github.com/Mikaela/shell-things/raw/master/etc/systemd/system/reflector.service
 sudo systemctl enable reflector
 sudo systemctl start reflector
 sudo pacman -Syu
-```
+
(end of TL;DR and what you actually do)