Update README.md

This commit is contained in:
G34RZ 2025-04-20 19:00:34 -07:00
parent 1f68eead52
commit 626436cdd1
1 changed files with 9 additions and 1 deletions

View File

@ -15,11 +15,19 @@ This GUI is built on system76-power application that is used in their GUI implem
- system76-power
- polkit (for privilege escalation)
## Build and enable system76-power
```bash
paru -S system76-power
sudo systemctl enable com.system76.PowerDaemon.service
sudo systemctl start com.system76.PowerDaemon.service
systemctl status com.system76.PowerDaemon.service
```
## Installation
### Arch Linux
#### Build and install the package after downloading and cd into dir
```bash
# Build and install the package
makepkg -si
```