Skip to content

Commit 1604f64

Browse files
01mickojohanmalm
authored andcommitted
README.md: update build instructions
1 parent e92ca08 commit 1604f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ automatically sync with the selected GTK theme.
1212
### build
1313

1414
```
15-
meson build
16-
ninja -C build
15+
meson setup build
16+
meson compile -C build
1717
```
1818

1919
### install
2020

2121
```
22-
ninja -C build install
22+
meson install -C build
2323
```
2424

2525
This installs the binary to /usr/local/bin and data files to their respective locations.

0 commit comments

Comments
 (0)