File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -602,8 +602,8 @@ <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&
602
602
< p > For the description of supported Command Line Interface options, see
603
603
< a href ="https://cpp-linter.github.io/cpp-linter-rs/cli.html "> the CLI documentation</ a > .</ p >
604
604
< h2 id ="development "> Development< a class ="headerlink " href ="#development " title ="Permanent link "> ¶</ a > </ h2 >
605
- < p > Build the binding with < a href ="https://maturin.rs "> maturin</ a > :</ p >
606
- < div class ="highlight "> < pre > < span > </ span > < code > maturin dev --manifest-path py-binding/Cargo.toml
605
+ < p > Build the binding with < a href ="https://maturin.rs "> maturin</ a > (from repository root folder) :</ p >
606
+ < div class ="highlight "> < pre > < span > </ span > < code > maturin dev
607
607
</ code > </ pre > </ div >
608
608
< p > Then invoke the executable script as a normal CLI app:</ p >
609
609
< div class ="highlight "> < pre > < span > </ span > < code > cpp-linter -help
@@ -630,8 +630,8 @@ <h3 id="folder-structure">Folder structure<a class="headerlink" href="#folder-st
630
630
< td style ="text-align: left; "> Metadata about the binding's rust package (which < em > is not</ em > intended to be published to crates.io).</ td >
631
631
</ tr >
632
632
< tr >
633
- < td style ="text-align: right; "> < code > pyproject.toml</ code > </ td >
634
- < td style ="text-align: left; "> Metadata about the python package.</ td >
633
+ < td style ="text-align: right; "> < code > ../../ pyproject.toml</ code > </ td >
634
+ < td style ="text-align: left; "> Metadata about the python package (located in repo root) .</ td >
635
635
</ tr >
636
636
< tr >
637
637
< td style ="text-align: right; "> < code > requirements-dev.txt</ code > </ td >
You can’t perform that action at this time.
0 commit comments