We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f866ca6 commit 6bc6055Copy full SHA for 6bc6055
README.md
@@ -70,13 +70,13 @@ make
70
## Updating build tools
71
72
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 :
+To update all installed packages to current, from the regular Windows console run the following:
74
75
```sh
76
pacman -Sy
77
pacman -S bash pacman msys2-runtime --noconfirm --needed
78
```
79
-Then, exit the shell and restart Msys2.
+Next, exit the shell and restart Msys2.
80
81
Finally, execute:
82
0 commit comments