Skip to content

Commit 50dcd8a

Browse files
authored
Update README.md
1 parent 6f662ab commit 50dcd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
fetch program written in pure C
33
# bulding
44
this program uses the meson build system. you must have it installed to build `tinyfetch`.<br>
5-
run `meson setup build`, then `meson compile build`
5+
run `meson setup build`, then `meson compile -C build`
66
# optional dependencies
77
an optional dependency can be linked into tinyfetch which is used for GPU detection. on platforms without PCIe lanes, the preprocessor macro `PCI_DETECTION` in `tinyfetch.c` can be disabled to exclude this code.<br>
88
to disable linking in `meson.build`, remove the `-lpci` flag from `link_args`.

0 commit comments

Comments
 (0)