Skip to content

Commit

Permalink
More laptops supported
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Dec 10, 2024
1 parent 928b747 commit c5f042c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asusbat"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
description = "Set battery charge limit on supported laptops on Linux with CLI"
repository = "https://github.com/pepa65/asusbat"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![downloads](https://img.shields.io/crates/d/asusbat.svg)](https://crates.io/crates/asusbat)

# asusbat 0.4.1
# asusbat 0.4.2
**Set battery charge limit on supported laptops on Linux with CLI**

It is now widely acknowledged that the life span of Li-ion batteries is extended by not charging them to the max.
Expand Down Expand Up @@ -44,7 +44,7 @@ An often recommended battery charge limit is 80.
## Installation
### Download static single-binary
```
wget https://github.com/pepa65/asusbat/releases/download/0.4.1/asusbat
wget https://github.com/pepa65/asusbat/releases/download/0.4.2/asusbat
sudo mv asusbat /usr/local/bin/
sudo chown root:root /usr/local/bin/asusbat
sudo chmod +x /usr/local/bin/asusbat
Expand Down Expand Up @@ -88,7 +88,7 @@ Install the musl binary: `cargo-binstall asusbat`

## Usage
```
asusbat 0.4.1 - Set battery charge limit on supported laptops on Linux with CLI
asusbat 0.4.2 - Set battery charge limit on supported laptops on Linux with CLI
Usage: asusbat [COMMAND]
Commands:
info Print battery info (default command)
Expand Down

0 comments on commit c5f042c

Please sign in to comment.