From 508662e9e521abed539df7b1e6519ba70c2e2373 Mon Sep 17 00:00:00 2001 From: LarsBingBong <80959443+LarsBingBong@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:14:36 +0200 Subject: [PATCH] Support WSL2 in the wget cmd. (#123) --- docs/user-guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/getting-started.md b/docs/user-guide/getting-started.md index 47f697ce1..eb264130f 100644 --- a/docs/user-guide/getting-started.md +++ b/docs/user-guide/getting-started.md @@ -14,7 +14,7 @@ KubeHound ships with a sensible default configuration as well as a pre-built bin First, download KubeHound: ```bash -wget https://github.com/DataDog/KubeHound/releases/latest/download/KubeHound_$(uname -o)_$(uname -m).tar.gz -O kubehound.tar.gz +wget https://github.com/DataDog/KubeHound/releases/latest/download/KubeHound_$(uname -o | sed 's/GNU\///g')_$(uname -m).tar.gz -O kubehound.tar.gz mkdir kubehound tar -xf kubehound.tar.gz -C kubehound --strip-components=1 cd kubehound