Skip to content

Commit 6bc6055

Browse files
committed
(nw)
(nw)
1 parent f866ca6 commit 6bc6055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ make
7070
## Updating build tools
7171

7272
Similar to package managers on Linux like apt-get, yum etc. MSYS2 can automatically update packages for fixes, security updates etc.
73-
To update all installed packages to current, from the :
73+
To update all installed packages to current, from the regular Windows console run the following:
7474

7575
```sh
7676
pacman -Sy
7777
pacman -S bash pacman msys2-runtime --noconfirm --needed
7878
```
79-
Then, exit the shell and restart Msys2.
79+
Next, exit the shell and restart Msys2.
8080

8181
Finally, execute:
8282
```sh

0 commit comments

Comments
 (0)