Merge into one line
This commit is contained in:
parent
177dde0336
commit
ad89fbd5a0
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ For development and testing you can run the app in a VT. Unless your user accoun
|
|||
|
||||
```
|
||||
$ meson _build
|
||||
$ meson compile -C _build # Meson 0.55 and above
|
||||
$ ninja -C _build # Meson <0.55
|
||||
$ meson compile -C _build # With meson <0.55 use ninja -C _build instead
|
||||
$ sudo chvt 2
|
||||
$ sudo ./_build/buffyboard
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue