From 1501c0319f226eb25cf98e194a24233852638c62 Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Fri, 2 Oct 2020 20:17:01 +0200
Subject: [PATCH] [docs] update readme

---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index cb20665b..f4f16e9b 100644
--- a/README.md
+++ b/README.md
@@ -38,15 +38,19 @@ Using homebrew:
 Linux
 ----------
 
-./build.sh
+```
+  make build
+```
 
 
 Running tests
 -------------
 
-sudo apt install qml-module-qttest
-make test
-make test_ui
+```
+  sudo apt install qml-module-qttest
+  make test
+  make test_ui
+```
 
 
 i18n
-- 
GitLab