From a866fd87bb67a4e57f96f26a1cb3c90d4d82cbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Wed, 28 Mar 2018 13:41:41 +0200 Subject: [PATCH] Kill tabs in README to fit other READMEs we have --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fadddc..fefc459 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ phosh is licensed under the GPLv3+. We use the meson (and thereby Ninja) build system for phosh. The quickest way to get going is to do the following: - meson . _build - ninja -C _build - ninja -C _build install + meson . _build + ninja -C _build + ninja -C _build install ## Running -- GitLab