Skip to content

Commit 017926c

Browse files
committed
docs(pages): update curl example to v0.2.1
The GitHub Pages index.html was still showing the v0.2.0 binary in the 'Download binary' example. Bump to 0.2.1 to match the current release. Will go live on the next 'Deploy GitHub Pages' CI run.
1 parent 09ea313 commit 017926c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github-page/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ <h2>Other install methods</h2>
227227
<div class="card">
228228
<h3>📥 Download binary</h3>
229229
<p>Grab the platform-specific binary and put it on your <code>$PATH</code>.</p>
230-
<pre><code>curl -L -o ado https://github.com/gilbertwong96/ado_cli/releases/latest/download/ado-0.2.0-macos-aarch64
230+
<pre><code>curl -L -o ado https://github.com/gilbertwong96/ado_cli/releases/latest/download/ado-0.2.1-macos-aarch64
231231
chmod +x ado &amp;&amp; sudo mv ado /usr/local/bin/</code></pre>
232-
<p class="hint">Replace <code>ado-0.2.0-macos-aarch64</code> with the binary for your platform (see the <a href="https://github.com/gilbertwong96/ado_cli/releases/latest">release page</a>).</p>
232+
<p class="hint">Replace <code>ado-0.2.1-macos-aarch64</code> with the binary for your platform (see the <a href="https://github.com/gilbertwong96/ado_cli/releases/latest">release page</a>).</p>
233233
</div>
234234
<div class="card">
235235
<h3>🔨 Build from source</h3>

0 commit comments

Comments
 (0)