From e180fbe108b9bd331e5b52fc2a51b9e403b87f34 Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Mon, 11 Sep 2023 16:16:45 -0700 Subject: [PATCH] Update README.md Add clarity that the executable name is not `gdu` for Windows users. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d1c5d804..03bf9749c 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,12 @@ Using curl: go install github.com/dundee/gdu/v5/cmd/gdu@latest -[Winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/d/dundee/gdu): +[Winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/d/dundee/gdu) (for Windows users): winget install gdu +Now, either run it as `gdu_windows_amd64.exe`, *or* add `alias gdu="gdu_windows_amd64.exe"` to the bottom of your `~/.bashrc` file when using the Git Bash terminal, and run it as `gdu`. + ## Usage ```