From b24538b87a7db8d2158e19302c3fa186a7e8fc6a Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sun, 31 May 2020 16:29:08 +0100 Subject: [PATCH] Adjust markdown highlighting to shell type --- Building-on-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-on-Linux.md b/Building-on-Linux.md index 355cd56..7673981 100644 --- a/Building-on-Linux.md +++ b/Building-on-Linux.md @@ -8,7 +8,7 @@ ## Ubuntu/Debian/Raspbian: Build from source -``` +```shell sudo apt update && sudo apt upgrade sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \ libavahi-compat-libdnssd-dev libssl-dev libx11-dev \ @@ -25,7 +25,7 @@ sudo make install # installs to /usr/local/ ## Fedora: Build from source: -``` +```shell sudo dnf install git cmake make gcc-c++ xorg-x11-server-devel \ libcurl-devel avahi-compat-libdns_sd-devel \ libXtst-devel qt5 qt5-devel openssl-devel