Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down