From 7a9b4f1705e94fb75cd8a9effb0cacdc9c4ea813 Mon Sep 17 00:00:00 2001 From: oneofthezombies Date: Tue, 13 Feb 2024 08:46:32 +0900 Subject: [PATCH] docs: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e6a00b8..c29763e 100644 --- a/README.md +++ b/README.md @@ -93,14 +93,20 @@ Copy to clipboard and Paste to shell and Enter. __Windows__ +On `Pwsh` (a.k.a. `PowerShell`) + > iwr https://raw.githubusercontent.com/oneofthezombies/kill-tree/main/installs/windows.ps1 -UseBasicParsing | iex __Linux__ +On any `sh` + > sudo curl -sSL https://raw.githubusercontent.com/oneofthezombies/kill-tree/main/installs/linux.sh | sudo sh __Macos__ +On any `sh` + > sudo curl -sSL https://raw.githubusercontent.com/oneofthezombies/kill-tree/main/installs/macos.sh | sudo sh Below is an example of sending `SIGTERM` signals to a process with process ID `777`, and to all child processes.