Skip to content

Commit d8770c5

Browse files
committed
docs: update readme
1 parent 14042a3 commit d8770c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
![logo](docs/images/logo.jpg)
44

5+
[![Crates.io][crates-badge]][crates-url]
56
[![Build Status][actions-badge]][actions-url]
67

78
[actions-badge]: https://github.com/oneofthezombies/kill-tree/workflows/CI/badge.svg
89
[actions-url]: https://github.com/oneofthezombies/kill-tree/actions?query=workflow?CI+branch=main
10+
[crates-badge]: https://img.shields.io/crates/v/kill-tree.svg
11+
[crates-url]: https://crates.io/crates/kill-tree
912

1013
A library and CLI tool that kills all of target process and its children recursively not depending on the other commands such as `kill`, `ps`, `pgrep`, `taskkill` or `wmic`.
1114
This is written in Rust and powered by [Tokio](https://github.com/tokio-rs/tokio).

0 commit comments

Comments
 (0)