mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 09:43:48 +01:00
Add README
This commit is contained in:
parent
e8d876d8e2
commit
1998dc4770
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# mpv-modernx (AUR)
|
||||
|
||||
This is the AUR package for [ModernX](https://github.com/zydezu/ModernX), a fork of mpv-osc-modern.
|
||||
|
||||
## Installation
|
||||
|
||||
You can install this package using an AUR helper:
|
||||
|
||||
```bash
|
||||
paru -S mpv-modernx
|
||||
# or
|
||||
yay -S mpv-modernx
|
||||
```
|
||||
|
||||
## Manual Installation
|
||||
|
||||
```bash
|
||||
git clone https://aur.archlinux.org/mpv-modernx.git
|
||||
cd mpv-modernx
|
||||
makepkg -si
|
||||
```
|
||||
|
||||
## Upstream Project
|
||||
|
||||
- **GitHub**: [zydezu/ModernX](https://github.com/zydezu/ModernX)
|
||||
Loading…
Add table
Reference in a new issue