mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(README): include installation steps
This commit is contained in:
parent
67b9b05444
commit
c329d4f561
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -7,3 +7,20 @@ For more information on lune, see [filiptibell/lune](https://github.com/filiptib
|
|||
|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| AUR | ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CompeyDev/lune-packaging/aur_test.yaml?logo=archlinux&label=%20&color=black) |
|
||||
| Scoop | ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CompeyDev/lune-packaging/scoop_test.yaml?logo=windows&logoColor=blue&label=%20&color=black) |
|
||||
|
||||
|
||||
## Installation
|
||||
### AUR
|
||||
```console
|
||||
yay -S lune
|
||||
### OR ###
|
||||
yay -S lune-git
|
||||
### OR ###
|
||||
yay -S lune-bin
|
||||
```
|
||||
|
||||
### Scoop
|
||||
```ps
|
||||
scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
|
||||
scoop install lune
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue