Skip to content

Commit

Permalink
docs: add community aur package mention (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox authored Dec 25, 2024
1 parent f8bc2c3 commit c31f70a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,15 @@ See all instructions: https://cloudsmith.io/~evilmartians/repos/lefthook/setup/#

## <a id="arch"></a> AUR for Arch

You can install lefthook [package](https://aur.archlinux.org/packages/lefthook) from AUR.
Official [AUR package](https://aur.archlinux.org/packages/lefthook) (compiles from sources)
Community [AUR package](https://aur.archlinux.org/packages/lefthook-bin) (delivers pre-compiled binaries)

```sh
# To compile from sources
yay -S lefthook
# To install only executable
yay -S lefthook-bin
```

## <a id="else"></a> Manuall installation with prebuilt executable
Expand Down
7 changes: 6 additions & 1 deletion docs/mdbook/installation/arch.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## AUR for Arch

[AUR package](https://aur.archlinux.org/packages/lefthook)
Official [AUR package](https://aur.archlinux.org/packages/lefthook) (compiles from sources)
Community [AUR package](https://aur.archlinux.org/packages/lefthook-bin) (delivers pre-compiled binaries)

```sh
# To compile from sources
yay -S lefthook

# To install only executable
yay -S lefthook-bin
```

0 comments on commit c31f70a

Please sign in to comment.