Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1dd07ad 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Oct 9, 2023
1 parent 9f08cb7 commit 2caf679
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
10 changes: 7 additions & 3 deletions get-started/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,18 @@ <h1 class="menu-title">Android CLI</h1>
<main>
<h1 id="installation"><a class="header" href="#installation">Installation</a></h1>
<h2 id="using-cargo"><a class="header" href="#using-cargo">Using cargo</a></h2>
<h3 id="from-cratesio-no-releases-yet"><a class="header" href="#from-cratesio-no-releases-yet">From crates.io (no releases yet)</a></h3>
<h3 id="from-cratesio"><a class="header" href="#from-cratesio">From crates.io</a></h3>
<pre><code class="language-sh">$ cargo install android-cli
</code></pre>
<h3 id="from-git-directly"><a class="header" href="#from-git-directly">From git directly</a></h3>
<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>
<pre><code class="language-sh">$ cargo install --git https://github.com/SyedAhkam/android-cli.git
</code></pre>
<h2 id="using-github-releases"><a class="header" href="#using-github-releases">Using github releases</a></h2>
<p>No releases yet</p>
<p>Haven't set this up yet. Coming soon.</p>
<h2 id="from-source"><a class="header" href="#from-source">From source</a></h2>
<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>
<pre><code class="language-sh">$ cargo install --path .
</code></pre>
<blockquote>
<p>After installation, you should have access to the <code>android</code> binary from your choice of shell.</p>
</blockquote>
Expand Down
10 changes: 7 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,18 @@ <h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h
<p>Github Project can be found <a href="https://github.com/SyedAhkam/android-cli">here</a></p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="installation"><a class="header" href="#installation">Installation</a></h1>
<h2 id="using-cargo"><a class="header" href="#using-cargo">Using cargo</a></h2>
<h3 id="from-cratesio-no-releases-yet"><a class="header" href="#from-cratesio-no-releases-yet">From crates.io (no releases yet)</a></h3>
<h3 id="from-cratesio"><a class="header" href="#from-cratesio">From crates.io</a></h3>
<pre><code class="language-sh">$ cargo install android-cli
</code></pre>
<h3 id="from-git-directly"><a class="header" href="#from-git-directly">From git directly</a></h3>
<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>
<pre><code class="language-sh">$ cargo install --git https://github.com/SyedAhkam/android-cli.git
</code></pre>
<h2 id="using-github-releases"><a class="header" href="#using-github-releases">Using github releases</a></h2>
<p>No releases yet</p>
<p>Haven't set this up yet. Coming soon.</p>
<h2 id="from-source"><a class="header" href="#from-source">From source</a></h2>
<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>
<pre><code class="language-sh">$ cargo install --path .
</code></pre>
<blockquote>
<p>After installation, you should have access to the <code>android</code> binary from your choice of shell.</p>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 2caf679

Please sign in to comment.