Skip to content

Commit 9029b26

Browse files
committed
Update README.md
1 parent 0bc7110 commit 9029b26

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ Since it can be that some of configuration file have altered, first pull latest
3838
git pull
3939
```
4040

41+
**Important** thing is to setup your git environment first
42+
```sh
43+
git config --global core.autocrlf true
44+
```
45+
46+
And if you are contributor
47+
```sh
48+
git config --global [email protected]
49+
git config --global user.name=FirstName Lastname
50+
```
51+
4152
Then, to download the MAME source under your Msys2 user's homedir:
4253
```sh
4354
git clone https://github.com/mamedev/mame.git

0 commit comments

Comments
 (0)