Skip to content

Commit

Permalink
Deploying to gh-pages from @ 078edd8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Jun 13, 2024
1 parent a1fb341 commit c80afb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ <h2 id="installing-diesel-cli">Installing Diesel CLI</h2>
Install the CLI tool
</div>
<div class="sourceCode" id="cb3"><pre class="sourceCode sh"><code class="sourceCode bash"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true"></a><span class="co"># Linux/MacOS</span></span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true"></a><span class="ex">curl</span> --proto <span class="st">&#39;=https&#39;</span> --tlsv1.2 -LsSf https://github.com/diesel-rs/diesel/releases/download/v2.2.0/diesel_cli-installer.sh <span class="kw">|</span> <span class="fu">sh</span></span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true"></a><span class="ex">curl</span> --proto <span class="st">&#39;=https&#39;</span> --tlsv1.2 -LsSf https://github.com/diesel-rs/diesel/releases/download/v2.2.1/diesel_cli-installer.sh <span class="kw">|</span> <span class="fu">sh</span></span>
<span id="cb3-3"><a href="#cb3-3" aria-hidden="true"></a></span>
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true"></a><span class="co"># Windows</span></span>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true"></a><span class="ex">powershell</span> -c <span class="st">&quot;irm https://github.com/diesel-rs/diesel/releases/download/v2.2.0/diesel_cli-installer.ps1 | iex&quot;</span></span></code></pre></div>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true"></a><span class="ex">powershell</span> -c <span class="st">&quot;irm https://github.com/diesel-rs/diesel/releases/download/v2.2.1/diesel_cli-installer.ps1 | iex&quot;</span></span></code></pre></div>
</div>
</div>
<p>You also can use <a href="https://github.com/cargo-bins/cargo-binstall"><code>cargo-binstall</code></a> for this. To install diesel cli with <code>cargo binstall</code> run the following command:</p>
Expand Down

0 comments on commit c80afb6

Please sign in to comment.