Skip to content

Commit

Permalink
Updated readme with arch install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexDev23 committed Sep 8, 2024
1 parent 9e8f710 commit 9a79d85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ Power Option includes the following features:
## Installation

- GTK:

Arch Linux has an AUR package: `yay -S power-options-gtk`

Or for bleeding edge: `yay -S power-options-gtk-git`

```bash
git clone https://github.com/TheAlexDev23/power-options/ --depth=1
cd power-options
Expand All @@ -99,6 +104,11 @@ chmod +x ./install-webview.sh
```

- Just the daemon:

Arch Linux has an AUR package: `yay -S power-options-daemon`

Or for bleeding edge: `yay -S power-options-daemon-git`

```bash
git clone https://github.com/TheAlexDev23/power-options/ --depth=1
cd power-options
Expand Down

0 comments on commit 9a79d85

Please sign in to comment.