mirror of https://github.com/helix-editor/helix
deploy: 7d7ed78681
parent
83aa84ef3e
commit
58d3e351e1
|
@ -198,6 +198,7 @@
|
||||||
<li><a href="#macos">macOS</a>
|
<li><a href="#macos">macOS</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#homebrew-core">Homebrew Core</a></li>
|
<li><a href="#homebrew-core">Homebrew Core</a></li>
|
||||||
|
<li><a href="#macports">MacPorts</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#windows">Windows</a>
|
<li><a href="#windows">Windows</a>
|
||||||
|
@ -293,6 +294,9 @@ Download the official Helix AppImage from the <a href="https://github.com/helix-
|
||||||
<h3 id="homebrew-core"><a class="header" href="#homebrew-core">Homebrew Core</a></h3>
|
<h3 id="homebrew-core"><a class="header" href="#homebrew-core">Homebrew Core</a></h3>
|
||||||
<pre><code class="language-sh">brew install helix
|
<pre><code class="language-sh">brew install helix
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
<h3 id="macports"><a class="header" href="#macports">MacPorts</a></h3>
|
||||||
|
<pre><code class="language-sh">port install helix
|
||||||
|
</code></pre>
|
||||||
<h2 id="windows"><a class="header" href="#windows">Windows</a></h2>
|
<h2 id="windows"><a class="header" href="#windows">Windows</a></h2>
|
||||||
<p>Install on Windows using <a href="https://learn.microsoft.com/en-us/windows/package-manager/winget/">Winget</a>, <a href="https://scoop.sh/">Scoop</a>, <a href="https://chocolatey.org/">Chocolatey</a>
|
<p>Install on Windows using <a href="https://learn.microsoft.com/en-us/windows/package-manager/winget/">Winget</a>, <a href="https://scoop.sh/">Scoop</a>, <a href="https://chocolatey.org/">Chocolatey</a>
|
||||||
or <a href="https://msys2.org/">MSYS2</a>.</p>
|
or <a href="https://msys2.org/">MSYS2</a>.</p>
|
||||||
|
|
|
@ -204,6 +204,7 @@ For everything else (e.g., how to install supported language servers), see the <
|
||||||
<li><a href="install.html#macos">macOS</a>
|
<li><a href="install.html#macos">macOS</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="install.html#homebrew-core">Homebrew Core</a></li>
|
<li><a href="install.html#homebrew-core">Homebrew Core</a></li>
|
||||||
|
<li><a href="install.html#macports">MacPorts</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="install.html#windows">Windows</a>
|
<li><a href="install.html#windows">Windows</a>
|
||||||
|
@ -299,6 +300,9 @@ Download the official Helix AppImage from the <a href="https://github.com/helix-
|
||||||
<h3 id="homebrew-core"><a class="header" href="#homebrew-core">Homebrew Core</a></h3>
|
<h3 id="homebrew-core"><a class="header" href="#homebrew-core">Homebrew Core</a></h3>
|
||||||
<pre><code class="language-sh">brew install helix
|
<pre><code class="language-sh">brew install helix
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
<h3 id="macports"><a class="header" href="#macports">MacPorts</a></h3>
|
||||||
|
<pre><code class="language-sh">port install helix
|
||||||
|
</code></pre>
|
||||||
<h2 id="windows"><a class="header" href="#windows">Windows</a></h2>
|
<h2 id="windows"><a class="header" href="#windows">Windows</a></h2>
|
||||||
<p>Install on Windows using <a href="https://learn.microsoft.com/en-us/windows/package-manager/winget/">Winget</a>, <a href="https://scoop.sh/">Scoop</a>, <a href="https://chocolatey.org/">Chocolatey</a>
|
<p>Install on Windows using <a href="https://learn.microsoft.com/en-us/windows/package-manager/winget/">Winget</a>, <a href="https://scoop.sh/">Scoop</a>, <a href="https://chocolatey.org/">Chocolatey</a>
|
||||||
or <a href="https://msys2.org/">MSYS2</a>.</p>
|
or <a href="https://msys2.org/">MSYS2</a>.</p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue