Skip to content

Commit 9e24074

Browse files
authored
Update meson setup command in README (#365)
1 parent 0563e75 commit 9e24074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ commands (might need to be adapted to your OS):
6969
rm -rf build/
7070
mkdir -p build && cd build/
7171
72-
meson .. -Dprefix=/usr
72+
meson setup -Dprefix=/usr
7373
ninja
7474
```
7575

0 commit comments

Comments
 (0)