Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add clarity that the executable name is not `gdu` for Windows users.
  • Loading branch information
ElectricRCAircraftGuy authored Sep 11, 2023
1 parent 3dfcbd3 commit e180fbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit e180fbe

Please sign in to comment.