From 6e6f8780caee07ff2b3405efaf8d27ce5d6218af Mon Sep 17 00:00:00 2001 From: fengyingcai Date: Wed, 31 Aug 2022 00:25:24 +0800 Subject: [PATCH] chore: update docs and version --- Cargo.toml | 2 +- README.md | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 172dc32..d23911d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wol-rs" -version = "0.9.2" +version = "1.0.0" edition = "2021" authors = ["fengyingcai "] description = "Wake-on-LAN utility" diff --git a/README.md b/README.md index b9bb8b7..5e3fdc1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,17 @@ Wake-on-LAN in rust. ### Binary -Download from [https://github.com/fengyc/wol-rs/releases](https://github.com/fengyc/wol-rs/releases) +Download from [https://github.com/fengyc/wol-rs/releases](https://github.com/fengyc/wol-rs/releases). -OR +OR using cargo install - cargo install wol-rs + cargo install wol-rs --features bin -Run `wol -h`, to show options and args. +OR build from source + + cargo install --git https://github.com/fengyc/wol-rs.git --features bin + +Run `wol -h`, to show available options and args. Wake-on-LAN utility