aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-12-29 08:49:22 +0000
committerFuwn <[email protected]>2022-12-29 08:49:22 +0000
commit7928db68463f906b66c6398e4c7f15dace3904c9 (patch)
tree9b87409bd54b9a221f08cadd61fff7288b3eea62
parentfeat: initial release (diff)
downloadelem-0.1.1.tar.xz
elem-0.1.1.zip
docs: add crates.io instructionsv0.1.1
-rw-r--r--Cargo.toml2
-rw-r--r--README.md13
2 files changed, 13 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b32faa..370d17a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "elem"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Logitech Battery Level Tray Indicator"
diff --git a/README.md b/README.md
index c584381..087434c 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,21 @@
Show your wireless Logitech devices battery levels in your system tray.
-The name comes from the hungarian word for battery: elem.
+The name comes from the Hungarian word for battery: elem.
## Usage
+### Installing from [crates.io](https://crates.io)
+
+To install from [crates.io](https://crates.io) you must have
+[Rust](https://www.rust-lang.org/) installed.
+
+```shell
+cargo install elem --force
+```
+
+### Downloading a Prebuilt Binary
+
To start using elem, download and execute the latest executable from the
releases page:
[Fuwn/elem/releases/latest](https://github.com/Fuwn/elem/releases/latest).