Skip to content

Commit f866ca6

Browse files
committed
smf's changes (nw)
smf's changes (nw)
1 parent 021d6ed commit f866ca6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Various modules are disabled by default, such as the MAME interactive debugger,
3636
### Installation
3737
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
3838

39-
To open a non-posix shell there are two batch files: **win32env.bat** for regular windows console, and **win32con.bat** for fancy looking conemu console.
39+
To open a non-posix shell there are two batch files: **win32env.bat** for regular Windows console, and **win32con.bat** for fancy looking ConEmu console.
4040

4141
**Important** thing is to setup your git environment first
4242
```sh
4343
git config --global core.autocrlf true
4444
```
4545

46-
And if you are contributor
46+
And if you are a contributor:
4747
```sh
4848
git config --global user.email [email protected]
4949
git config --global user.name "Firstname Lastname"
@@ -70,10 +70,17 @@ 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:
73+
To update all installed packages to current, from the :
7474

7575
```sh
76-
pacman -Syu
76+
pacman -Sy
77+
pacman -S bash pacman msys2-runtime --noconfirm --needed
78+
```
79+
Then, exit the shell and restart Msys2.
80+
81+
Finally, execute:
82+
```sh
83+
pacman -Su --noconfirm
7784
```
7885

7986
<a name="advanced"/>

0 commit comments

Comments
 (0)