Skip to content

Commit 0693ab1

Browse files
committed
deploy: 78c46e4
1 parent 27493c6 commit 0693ab1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

python/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&
602602
<p>For the description of supported Command Line Interface options, see
603603
<a href="https://cpp-linter.github.io/cpp-linter-rs/cli.html">the CLI documentation</a>.</p>
604604
<h2 id="development">Development<a class="headerlink" href="#development" title="Permanent link">&para;</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
607607
</code></pre></div>
608608
<p>Then invoke the executable script as a normal CLI app:</p>
609609
<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
630630
<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>
631631
</tr>
632632
<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>
635635
</tr>
636636
<tr>
637637
<td style="text-align: right;"><code>requirements-dev.txt</code></td>

0 commit comments

Comments
 (0)