Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jan 3, 2016
1 parent 0bc7110 commit 9029b26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ Since it can be that some of configuration file have altered, first pull latest
git pull
```

**Important** thing is to setup your git environment first
```sh
git config --global core.autocrlf true
```

And if you are contributor
```sh
git config --global [email protected]
git config --global user.name=FirstName Lastname
```

Then, to download the MAME source under your Msys2 user's homedir:
```sh
git clone https://github.com/mamedev/mame.git
Expand Down

0 comments on commit 9029b26

Please sign in to comment.