From 6862c063f39a6512887c8409d0ffa69da839eb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Lucr=C3=A8ce=20C=C3=A9leste?= Date: Tue, 22 Jan 2019 15:08:55 -0500 Subject: [PATCH] Updated Building on Linux (markdown) --- Building-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-on-Linux.md b/Building-on-Linux.md index f2d7322..1b504a5 100644 --- a/Building-on-Linux.md +++ b/Building-on-Linux.md @@ -5,7 +5,7 @@ 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 \ libqt4-dev qtbase5-dev -git clone git@github.com:debauchee/barrier.git +git clone git@github.com:debauchee/barrier.git # this builds from master, you can get release tarballs instead if you want to build from a specific tag/release cd barrier ./clean_build.sh cd build