From 626436cdd1e91a1cb765e7423afe2442f13c0685 Mon Sep 17 00:00:00 2001
From: G34RZ <g3arz@dockservices.co>
Date: Sun, 20 Apr 2025 19:00:34 -0700
Subject: [PATCH] Update README.md

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

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
 ```