From be5644761409fbdcb1d1fc0bcd1de30cccf5ecb2 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sun, 16 Jun 2019 12:13:43 +0000 Subject: [PATCH] readme: Update development installation info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3cc562cc..6a09d1fa 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ $ cd ../build $ ninja install ``` +For development, alter the `meson` call: + +``` +$ meson ../build/ --prefix=../install +``` + +and don't skip `ninja install` before running. The last step is necessary in order to find the keyboard definition files. + Running -------