From 2f48b36fbce6727a5b09265edb49199e8c662182 Mon Sep 17 00:00:00 2001 From: Philip <17368112+vHeemstra@users.noreply.github.com> Date: Mon, 28 Jul 2025 01:07:25 +0200 Subject: [PATCH] Added note on Windows Git-Bash usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6bd427d..bcd9df7 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,13 @@ You can redirect all outputs to Out-Null or a log file to silence the installer. $LASTEXITCODE ``` +### Using Scoop apps in Git-Bash for Windows + +Install Scoop using PowerShell as normal and install apps through Scoop using PowerShell as well. Then let Git-Bash know where to find them by adding Scoop to your PATH: +```bash +echo 'export PATH="$HOME/scoop/shims:$PATH"' >> ~/.bashrc +``` + ## License The project is released under the [Unlicense License](LICENSE) and into the public domain.