mirror of
https://github.com/yshui/picom.git
synced 2025-04-07 17:44:04 -04:00
README: mention git submodule in Build section
Fixes #179 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
c0053d1c8a
commit
b7bb13dc59
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ To build the documents, you need `asciidoc`
|
|||
### To build
|
||||
|
||||
```bash
|
||||
$ git submodule update --init --recursive
|
||||
$ meson --buildtype=release . build
|
||||
$ ninja -C build
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue