Skip to content

Commit 2caf679

Browse files
committed
Deploying to gh-pages from @ 1dd07ad 🚀
1 parent 9f08cb7 commit 2caf679

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

get-started/installation.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,18 @@ <h1 class="menu-title">Android CLI</h1>
179179
<main>
180180
<h1 id="installation"><a class="header" href="#installation">Installation</a></h1>
181181
<h2 id="using-cargo"><a class="header" href="#using-cargo">Using cargo</a></h2>
182-
<h3 id="from-cratesio-no-releases-yet"><a class="header" href="#from-cratesio-no-releases-yet">From crates.io (no releases yet)</a></h3>
182+
<h3 id="from-cratesio"><a class="header" href="#from-cratesio">From crates.io</a></h3>
183183
<pre><code class="language-sh">$ cargo install android-cli
184184
</code></pre>
185-
<h3 id="from-git-directly"><a class="header" href="#from-git-directly">From git directly</a></h3>
185+
<h3 id="from-git-directly-latest-changes-may-be-unstable"><a class="header" href="#from-git-directly-latest-changes-may-be-unstable">From git directly (latest changes, may be unstable)</a></h3>
186186
<pre><code class="language-sh">$ cargo install --git https://github.com/SyedAhkam/android-cli.git
187187
</code></pre>
188188
<h2 id="using-github-releases"><a class="header" href="#using-github-releases">Using github releases</a></h2>
189-
<p>No releases yet</p>
189+
<p>Haven't set this up yet. Coming soon.</p>
190+
<h2 id="from-source"><a class="header" href="#from-source">From source</a></h2>
191+
<p>Ensure you have the latest stable version of Rust installed (with Cargo). Then, clone the repository and run the following command from the root of the repository:</p>
192+
<pre><code class="language-sh">$ cargo install --path .
193+
</code></pre>
190194
<blockquote>
191195
<p>After installation, you should have access to the <code>android</code> binary from your choice of shell.</p>
192196
</blockquote>

print.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,18 @@ <h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h
184184
<p>Github Project can be found <a href="https://github.com/SyedAhkam/android-cli">here</a></p>
185185
<div style="break-before: page; page-break-before: always;"></div><h1 id="installation"><a class="header" href="#installation">Installation</a></h1>
186186
<h2 id="using-cargo"><a class="header" href="#using-cargo">Using cargo</a></h2>
187-
<h3 id="from-cratesio-no-releases-yet"><a class="header" href="#from-cratesio-no-releases-yet">From crates.io (no releases yet)</a></h3>
187+
<h3 id="from-cratesio"><a class="header" href="#from-cratesio">From crates.io</a></h3>
188188
<pre><code class="language-sh">$ cargo install android-cli
189189
</code></pre>
190-
<h3 id="from-git-directly"><a class="header" href="#from-git-directly">From git directly</a></h3>
190+
<h3 id="from-git-directly-latest-changes-may-be-unstable"><a class="header" href="#from-git-directly-latest-changes-may-be-unstable">From git directly (latest changes, may be unstable)</a></h3>
191191
<pre><code class="language-sh">$ cargo install --git https://github.com/SyedAhkam/android-cli.git
192192
</code></pre>
193193
<h2 id="using-github-releases"><a class="header" href="#using-github-releases">Using github releases</a></h2>
194-
<p>No releases yet</p>
194+
<p>Haven't set this up yet. Coming soon.</p>
195+
<h2 id="from-source"><a class="header" href="#from-source">From source</a></h2>
196+
<p>Ensure you have the latest stable version of Rust installed (with Cargo). Then, clone the repository and run the following command from the root of the repository:</p>
197+
<pre><code class="language-sh">$ cargo install --path .
198+
</code></pre>
195199
<blockquote>
196200
<p>After installation, you should have access to the <code>android</code> binary from your choice of shell.</p>
197201
</blockquote>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)