readme: Update development installation info

This commit is contained in:
Dorota Czaplejewicz
2019-06-16 12:13:43 +00:00
parent 70fda8ba64
commit be56447614

View File

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