From 05a916f4813e04668cc0f8240f7b8cb119c5607a Mon Sep 17 00:00:00 2001 From: Patrick Hener Date: Mon, 23 Sep 2024 14:59:13 +0200 Subject: [PATCH] Update README.md Add kali repo and scoop package manager in chapter "installation" --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f843575..3ed5f55 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,22 @@ cd goshs make build-all ``` +## Kali repositories +When using kali you can easily just install it via cli, if it is not already installed: + +``` +sudo apt install goshs +``` + +## Windows scoop package + +If you are using the [scoop package manager](https://scoop.sh/) under Windows, you can install goshs this way: + +``` +scoop bucket add extras +scoop install extras/goshs +``` # Credits