diff --git a/README.md b/README.md index d18a8d4..da433d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ powerman - Power Management framework for Linux written in Rust. -It project is being writen, not ready for use yet. +It project is being writen and not full featured, if you have any request enhancement open an issue. # What are the use-cases? @@ -16,4 +16,4 @@ Example: $ powerman 5 60 hibernate # Hibernate the computer when the battery level is less than 5%, the check is done every 60 seconds. ``` -If you want to keep it running in the background, just add & at the end of the command, to run in startup, add the desired command to .bashrc, your desktop/WM startup config or enable powerman.service. \ No newline at end of file +If you want to keep it running in the background, just add & at the end of the command, to run in startup, add the desired command to .bashrc, your desktop/WM startup config or enable powerman.service.