diff options
author | Julien Deniau <1398469+jdeniau@users.noreply.github.com> | 2024-11-12 08:32:08 +0100 |
---|---|---|
committer | Daniel Milde <daniel@milde.cz> | 2024-11-13 13:50:30 +0100 |
commit | 31f7f834198c67b898f2114ae87819f1dfbbdf43 (patch) | |
tree | e9e655bed1585579661692c0b36e30387dadbc6c | |
parent | 836c39a626a3e95cfbc14219c4cf920a491ec8ca (diff) |
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -47,6 +47,8 @@ You can either run it as `gdu_windows_amd64.exe` or * add an alias with `Doskey`. * add `alias gdu="gdu_windows_amd64.exe"` to your `~/.bashrc` file if using Git Bash to run it as `gdu`. +You might need to restart your terminal. + [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/gdu.json): scoop install gdu @@ -137,4 +139,4 @@ gpgkey=https://download.copr.fedorainfracloud.org/results/faramirza/gdu/pubkey.g repo_gpgcheck=0 enabled=1 enabled_metadata=1 -```
\ No newline at end of file +``` |