Skip to content

Commit

Permalink
Add info about Arch "extra" package
Browse files Browse the repository at this point in the history
  • Loading branch information
rharish101 committed Jun 9, 2023
1 parent 86787f3 commit 61d871a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,19 @@ These screenshots use the [Canta GTK theme](https://github.com/vinceliuice/Canta

## Installation
### Arch Linux
ReGreet is available as [greetd-regreet-git](https://aur.archlinux.org/packages/greetd-regreet-git) in the AUR.
Install it either by cloning the AUR repository and running `makepkg`, or by using your favourite AUR helper:
ReGreet is available as [greetd-regreet](https://archlinux.org/packages/extra/x86_64/greetd-regreet) in the official Arch Linux repositories, and as [greetd-regreet-git](https://aur.archlinux.org/packages/greetd-regreet-git) in the AUR.
Note that I only maintain the AUR package, and the package in the Arch repos is maintained by someone else.

Install the AUR package either by cloning the AUR repository and running `makepkg`, or by using your favourite AUR helper:
```sh
paru -S greetd-regreet-git
```

Install the package in the Arch repos as follows:
```sh
pacman -S greetd-regreet
```

### Unofficial Packages
#### NixOS
For a minimal config, add `programs.regreet.enable = true;` in your NixOS configuration file.
Expand Down

0 comments on commit 61d871a

Please sign in to comment.