Skip to content

Commit 083f1ea

Browse files
authored
Merge pull request #82 from tim1mw/patch-1
Update package-management.md to make it clear that pacman isn't part of the regular installation
2 parents a9a851f + 0112547 commit 083f1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/package-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases:
77

88
Modern software development relies heavily on a way to manage dependencies, i.e. to keep track of required software libraries and their versions. Examples are `apt` for Linux, `homebrew` for macOS, `maven` for Java and `pip` for Python.
99

10-
Git for Windows is based on [MSYS2](https://msys2.github.io/) which bundles the [Pacman](https://wiki.archlinux.org/index.php/Pacman) tool (known from Arch Linux) for dependency management.
10+
While Git for Windows is based on [MSYS2](https://msys2.github.io/) which bundles the [Pacman](https://wiki.archlinux.org/index.php/Pacman) tool (known from Arch Linux) for dependency management, the `pacman.exe` command is only bundled with the Git for Windows SDK, not the normal installer.
1111

1212
## How to use `pacman`
1313

0 commit comments

Comments
 (0)