From 9227c15c3cbf249cbfa2dc0ff729accb5b0a31e0 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 21 Apr 2018 20:21:25 -0400 Subject: [PATCH] Shorten `meson build` instructions in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 24f6db9..a9f23c2 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ but do to the simplicity of the app this shouldn't be much of a problem to anyon Write.as GTK uses the [Meson/Ninja](http://mesonbuild.com/) build system, and as such you can install it on any FreeDesktop.Org compatible system using: - mkdir build - cd build - meson .. + meson build && cd build ninja sudo ninja install