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 -------