Skip to content

Commit

Permalink
deploy: c31f70a
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Dec 25, 2024
1 parent 4d5bb21 commit 0dd6020
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
9 changes: 7 additions & 2 deletions installation/arch.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,13 @@ <h1 class="menu-title">Lefthook Documentation</h1>
<div id="content" class="content">
<main>
<h2 id="aur-for-arch"><a class="header" href="#aur-for-arch">AUR for Arch</a></h2>
<p><a href="https://aur.archlinux.org/packages/lefthook">AUR package</a></p>
<pre><code class="language-sh">yay -S lefthook
<p>Official <a href="https://aur.archlinux.org/packages/lefthook">AUR package</a> (compiles from sources)
Community <a href="https://aur.archlinux.org/packages/lefthook-bin">AUR package</a> (delivers pre-compiled binaries)</p>
<pre><code class="language-sh"># To compile from sources
yay -S lefthook

# To install only executable
yay -S lefthook-bin
</code></pre>

</main>
Expand Down
9 changes: 7 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,13 @@ <h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h
<p>See all instructions: https://cloudsmith.io/~evilmartians/repos/lefthook/setup/#formats-alpine</p>
<p><a href="https://cloudsmith.com" title="RPM package repository hosting is graciously provided by Cloudsmith"><img src="https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&amp;style=flat-square" alt="Hosted By: Cloudsmith" /></a></p>
<div style="break-before: page; page-break-before: always;"></div><h2 id="aur-for-arch"><a class="header" href="#aur-for-arch">AUR for Arch</a></h2>
<p><a href="https://aur.archlinux.org/packages/lefthook">AUR package</a></p>
<pre><code class="language-sh">yay -S lefthook
<p>Official <a href="https://aur.archlinux.org/packages/lefthook">AUR package</a> (compiles from sources)
Community <a href="https://aur.archlinux.org/packages/lefthook-bin">AUR package</a> (delivers pre-compiled binaries)</p>
<pre><code class="language-sh"># To compile from sources
yay -S lefthook

# To install only executable
yay -S lefthook-bin
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h2 id="manuall-installation-with-prebuilt-executable"><a class="header" href="#manuall-installation-with-prebuilt-executable">Manuall installation with prebuilt executable</a></h2>
<p>Download from <a href="https://github.com/evilmartians/lefthook/releases">binaries</a> and install manually.</p>
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 0dd6020

Please sign in to comment.