Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kernaltrap8 authored Aug 23, 2024
1 parent 6f662ab commit 50dcd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fetch program written in pure C
# bulding
this program uses the meson build system. you must have it installed to build `tinyfetch`.<br>
run `meson setup build`, then `meson compile build`
run `meson setup build`, then `meson compile -C build`
# optional dependencies
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>
to disable linking in `meson.build`, remove the `-lpci` flag from `link_args`.
Expand Down

0 comments on commit 50dcd8a

Please sign in to comment.