compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Update README.md build instructions to fix typos and mistakes #185

Closed mcbarton closed 5 months ago

mcbarton commented 5 months ago

@vgvassilev This PR updates the build instructions in the README . I checked against the ci to make sure it is consistent between the 2.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bf29fcd) 78.67% compared to head (fd2f2af) 78.67%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/185/graphs/tree.svg?width=650&height=150&src=pr&token=7UWTYSVVT5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #185 +/- ## ======================================= Coverage 78.67% 78.67% ======================================= Files 8 8 Lines 3053 3053 ======================================= Hits 2402 2402 Misses 651 651 ```