From 860c81e55e0aecde6b6d01862216982e531c08e7 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 5 Dec 2016 13:58:19 -0500 Subject: [PATCH] fix linux build instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bae199..9edbec0 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,10 @@ Linux The following commands can be run to build Libra on linux. - $ cd src $ qmake libra-qt.pro $ make + +The compiled executable can be found in the bin folder after the build completes. Mac OS X --------