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