Skip to content

Commit

Permalink
Update docs for latest installation commit (#108)
Browse files Browse the repository at this point in the history
* Update docs for latest installation commit

Co-Authored-By: aayush <177418358+aayushrg7@users.noreply.github.com>
Co-Authored-By: Smriti Bhandari <187972284+smritics@users.noreply.github.com>

* Update index.html

---------

Co-authored-by: aayush <177418358+aayushrg7@users.noreply.github.com>
Co-authored-by: Smriti Bhandari <187972284+smritics@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent 2ba97a6 commit cbd0a90
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ <h4>Active Development</h4>

</section>
<section id="line2" class="section">

<div class="row">
<div class="col-md-12 left-align">
<h2 class="dark-text">Installation <hr></h2>
Expand All @@ -234,16 +233,13 @@ <h2 class="dark-text">Installation <hr></h2>
<div class="row">
<div class="col-md-12">
<img src="https://raw.githubusercontent.com/harilvfs/carch/refs/heads/main/docs/assets/installation.webp" width="50" alt="Carch Installation" />

<h4>To install Carch, execute the following command in your terminal:</h4>
<pre><code>bash <(curl -L https://chalisehari.com.np/carch)</code></pre>
</div>
</div>

</section>

<section id="line2_2" class="section">

<div class="row">
<div class="col-md-12">
<h4>Usage <hr></h4>
Expand All @@ -256,11 +252,9 @@ <h4>Usage <hr></h4>
</blockquote>
</div>
</div>

</section>

<section id="line2_3" class="section">

<div class="row">
<div class="col-md-12">
<h4>GTK <hr></h4>
Expand All @@ -272,27 +266,35 @@ <h4>GTK <hr></h4>

<h5>How to Install and Use 📦</h5>
<img src="https://raw.githubusercontent.com/smritics/linuxcli/refs/heads/main/docs/assets/arrowdown.webp" width="20" alt="Download Arrow" />

<h6>Prerequisites</h6>
<p>Simply run the main script:</p>
<pre><code>bash <(curl -L https://chalisehari.com.np/carch)</code></pre>

<p>Once done, you can launch the Carch GTK interface by typing:</p>
<pre><code>carch-gtk</code></pre>

<p><strong>Note:</strong> You can also run the Carch GTK interface after installing it from the AUR.</p>

<h6>From Source</h6>
<p>Before you start, you'll need to install <code>Python</code> dependencies.</p>
<p>On Arch Linux:</p>
<pre><code>sudo pacman -S python</code></pre>

<p>Using AUR (with <code>paru</code> or <code>yay</code>):</p>
<pre><code>paru -S python</code></pre>

<h6>Install and Run Carch</h6>
<pre><code>git clone https://github.com/harilvfs/carch &amp;&amp; cd carch &amp;&amp; python3 carch-gtk.py</code></pre>
<pre><code>git clone https://github.com/harilvfs/carch && cd carch && python3 carch-gtk.py</code></pre>

<blockquote>
<p><strong>NOTE:</strong> If any errors pop up while running the script, they are likely related to missing dependencies. Make sure to install all required Python dependencies.</p>
</blockquote>
</div>
</div>

</section>

<section id="line2_4" class="section">

<div class="row">
<div class="col-md-12">
<h4>AUR <hr></h4>
Expand All @@ -319,7 +321,6 @@ <h5>Install using a package build:</h5>
</blockquote>
</div>
</div>

</section>

<section id="line3" class="section">
Expand Down

0 comments on commit cbd0a90

Please sign in to comment.