From b440fa1f53bea310cf3f9b7a5716b8a693b97102 Mon Sep 17 00:00:00 2001
From: guinux <nuxgui@gmail.com>
Date: Wed, 11 Oct 2017 14:47:52 +0200
Subject: [PATCH] fix README

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

diff --git a/README.md b/README.md
index 01c9dc2e..65bae396 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,13 @@ Pamac is a GUI for libalpm (pacman) with AUR and Appstream support
 
 Pamac uses [Meson](http://mesonbuild.com/index.html) build system.
 In the source directory run:
+
 `mkdir builddir && cd builddir`
+
 `meson --prefix=/usr --sysconfdir=/etc`
+
 `ninja`
+
 `sudo ninja install`
 
 #### Translation
-- 
GitLab