Skip to content

Commit

Permalink
chore: update docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Aug 30, 2022
1 parent 35a3231 commit 6e6f878
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wol-rs"
version = "0.9.2"
version = "1.0.0"
edition = "2021"
authors = ["fengyingcai <fengyc.work@gmail.com>"]
description = "Wake-on-LAN utility"
Expand Down
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 6e6f878

Please sign in to comment.