frederik-h / acer-wmi-battery

A linux kernel driver for the Acer WMI battery health control interface
GNU General Public License v2.0
113 stars 15 forks source link

Update readme: recommend git package and use "sudo" commands #22

Closed xalt7x closed 1 year ago

xalt7x commented 1 year ago

1) On Ubuntu 22.04 "git" package is not pre-installed and "build-essential" don't install it
2) build instruction recommends "sudo" but other commands work mostly only for a root user mode (involves usage or sudo -s or root account).
Let's use "sudo" commands everywhere (most distros prefer it anyway) to simplify life for less experienced users.

frederik-h commented 1 year ago

Thanks for your contribution and sorry for the delay! "sudo" is not enabled by default on each Linux distribution, but I suppose the mainstream ones that are focused on Desktop use it by default nowadays.