mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
Update AUR Packages Section (#1)
This commit is contained in:
parent
bc252b6af0
commit
c072b29c63
1 changed files with 16 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
import { Callout } from 'nextra/components'
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
The preferred way of installing Lune is using [Aftman](https://github.com/lpghatguy/aftman).
|
The preferred way of installing Lune is using [Aftman](https://github.com/lpghatguy/aftman).
|
||||||
|
@ -24,18 +26,29 @@ when installing here.
|
||||||
<details>
|
<details>
|
||||||
<summary>Community-maintained</summary>
|
<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"
|
```sh copy filename="Bash"
|
||||||
paru -S lune
|
paru -S [PACKAGE_NAME]
|
||||||
```
|
```
|
||||||
|
|
||||||
***or***
|
***or***
|
||||||
|
|
||||||
```sh copy filename="Bash"
|
```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>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue