This commit is contained in:
the-mikedavis
2025-08-15 13:25:09 +00:00
parent 02a6704385
commit 1435a0a3ed
4 changed files with 2 additions and 16 deletions

View File

@@ -165,7 +165,6 @@
<li><a href="#linux">Linux</a>
<ul>
<li><a href="#ubuntudebian">Ubuntu/Debian</a></li>
<li><a href="#ubuntu-ppa">Ubuntu (PPA)</a></li>
<li><a href="#fedorarhel">Fedora/RHEL</a></li>
<li><a href="#arch-linux-extra">Arch Linux extra</a></li>
<li><a href="#nixos">NixOS</a></li>
@@ -196,12 +195,6 @@
<p>Install the Debian package from the release page.</p>
<p>If you are running a system older than Ubuntu 22.04, Mint 21, or Debian 12, you can build the <code>.deb</code> file locally
<a href="./building-from-source.html#building-the-debian-package">from source</a>.</p>
<h3 id="ubuntu-ppa"><a class="header" href="#ubuntu-ppa">Ubuntu (PPA)</a></h3>
<p>Add the <code>PPA</code> for Helix:</p>
<pre><code class="language-sh">sudo add-apt-repository ppa:maveonair/helix-editor
sudo apt update
sudo apt install helix
</code></pre>
<h3 id="fedorarhel"><a class="header" href="#fedorarhel">Fedora/RHEL</a></h3>
<pre><code class="language-sh">sudo dnf install helix
</code></pre>

View File

@@ -195,7 +195,6 @@ To set up Helix:</p>
<li><a href="package-managers.html#linux">Linux</a>
<ul>
<li><a href="package-managers.html#ubuntudebian">Ubuntu/Debian</a></li>
<li><a href="package-managers.html#ubuntu-ppa">Ubuntu (PPA)</a></li>
<li><a href="package-managers.html#fedorarhel">Fedora/RHEL</a></li>
<li><a href="package-managers.html#arch-linux-extra">Arch Linux extra</a></li>
<li><a href="package-managers.html#nixos">NixOS</a></li>
@@ -226,12 +225,6 @@ To set up Helix:</p>
<p>Install the Debian package from the release page.</p>
<p>If you are running a system older than Ubuntu 22.04, Mint 21, or Debian 12, you can build the <code>.deb</code> file locally
<a href="./building-from-source.html#building-the-debian-package">from source</a>.</p>
<h3 id="ubuntu-ppa"><a class="header" href="#ubuntu-ppa">Ubuntu (PPA)</a></h3>
<p>Add the <code>PPA</code> for Helix:</p>
<pre><code class="language-sh">sudo add-apt-repository ppa:maveonair/helix-editor
sudo apt update
sudo apt install helix
</code></pre>
<h3 id="fedorarhel"><a class="header" href="#fedorarhel">Fedora/RHEL</a></h3>
<pre><code class="language-sh">sudo dnf install helix
</code></pre>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long