Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 12, 2024
1 parent 712d296 commit b219ac2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ The Tokio runtime, written in Rust, allows me to work on __Zero cost task based

### Using as CLI Tool

#### How to Install

Copy to clipboard and Paste to shell and enter.

##### Linux

> sudo curl -sSL https://raw.githubusercontent.com/oneofthezombies/kill-tree/main/installs/linux.sh | sh
Below is an example of sending `SIGTERM` signals to a process with process ID `777`, and to all child processes.

ℹ️ _On Windows platforms, all signals including SIGTERM and SIGKILL are ignored._
Expand Down

0 comments on commit b219ac2

Please sign in to comment.