Skip to content

Commit 1eddb32

Browse files
hwhsu1231lazka
authored andcommitted
Fix typo in MSYS2-installation.md
Replace <base-devel> with `base-devel`
1 parent 2f97e2a commit 1eddb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/wiki/MSYS2-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ IV. General Package Management
4949
1. Installing new packages:
5050
**`pacman -S <package_names|package_groups>`**
5151
For example, `pacman -S make gettext base-devel`
52-
In this example <base-devel> is a package group which contains many packages. If you try to install a package group, Pacman will ask you whether you want to install one package from the group or all of the packages from the group.
52+
In this example, `base-devel` is a package group which contains many packages. If you try to install a package group, Pacman will ask you whether you want to install one package from the group or all of the packages from the group.
5353
2. Removing packages:
5454
**`pacman -R <package_names|package_groups>`**
5555
3. Searching for packages:

0 commit comments

Comments
 (0)