Skip to content

Commit 0112547

Browse files
tim1mwdscho
andauthored
Update content/package-management.md
Co-authored-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Tim Williams <tmw@autotrain.org>
1 parent 3b8e48c commit 0112547

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-
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 tool is only bundled with the Git for Windows SDK, not the normal installer.
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)