Update AUR Packages Section (#1)

This commit is contained in:
Erica Marigold 2023-07-28 22:29:09 +05:30 committed by GitHub
parent bc252b6af0
commit c072b29c63
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
import { Callout } from 'nextra/components'
# Installation
The preferred way of installing Lune is using [Aftman](https://github.com/lpghatguy/aftman).
@ -24,18 +26,29 @@ when installing here.
<details>
<summary>Community-maintained</summary>
### ArchLinux User Repository
### AUR (Arch User Repository)
There are a number of packages available on the AUR:
- `lune` - Builds from the latest stable release source.
- `lune-git` - Builds from the latest commit in the repo; unstable.
- `lune-bin` - Installs a precompiled binary from GitHub Release artifacts.
These can be installed with your favourite AUR manager as such:
```sh copy filename="Bash"
paru -S lune
paru -S [PACKAGE_NAME]
```
***or***
```sh copy filename="Bash"
yay -S lune
yay -S [PACKAGE_NAME]
```
<Callout type="warning" emoji="⚠️">
Only one of these AUR packages must be installed at a time in order to prevent conflicts.
</Callout>
</details>
<details>