chore(README): include installation steps

This commit is contained in:
Erica Marigold 2023-08-01 16:48:50 +05:30 committed by GitHub
parent 67b9b05444
commit c329d4f561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```