Update README.md
This commit is contained in:
parent
1f68eead52
commit
626436cdd1
10
README.md
10
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue