diff --git a/README.md b/README.md index 1ca89f7..db4339a 100644 --- a/README.md +++ b/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 +```