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 4e99191 commit 7a9b4f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a9b4f1

Please sign in to comment.