Skip to content

Commit b219ac2

Browse files
committed
docs: update readme
1 parent 712d296 commit b219ac2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ The Tokio runtime, written in Rust, allows me to work on __Zero cost task based
8383

8484
### Using as CLI Tool
8585

86+
#### How to Install
87+
88+
Copy to clipboard and Paste to shell and enter.
89+
90+
##### Linux
91+
92+
> sudo curl -sSL https://raw.githubusercontent.com/oneofthezombies/kill-tree/main/installs/linux.sh | sh
93+
8694
Below is an example of sending `SIGTERM` signals to a process with process ID `777`, and to all child processes.
8795

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

0 commit comments

Comments
 (0)