Skip to content

Commit

Permalink
Support WSL2 in the wget cmd. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBingBong authored Oct 6, 2023
1 parent 0b1789c commit 508662e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 508662e

Please sign in to comment.