Skip to content

Commit

Permalink
docs: add AUR documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kurfer committed Jun 19, 2024
1 parent 21d370c commit 28d6a5a
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions docs/web/topics/install.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
# Installation

## OS independent

### `go install`

If you have a current Go installation, you can install _git-age_ with:

```Bash
go install github.com/prskr/git-age@latest
```
# Installations

### GitHub releases

Expand Down Expand Up @@ -71,6 +61,25 @@ sudo apt update
sudo apt install git-age
```

### Arch Linux

As part of the release process an AUR (Arch User Repository) package is published.
You can either install it via the default mechanism:

```Bash
git clone https://aur.archlinux.org/git-age-bin.git /tmp/git-age-bin
cd /tmp/git-age-bin
makepkg -si
cd
rm -rf /tmp/git-age-bin
```

or of course with your AUR wrapper like [`yay`](https://github.com/Jguer/yay)

```Bash
yay -S git-age-bin
```

## Windows

To install _git-age_ on Windows, you can use [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/) or [scoop](https://scoop.sh/).
Expand Down

0 comments on commit 28d6a5a

Please sign in to comment.