Skip to content

Commit 1918989

Browse files
committed
Update README.md
Setting user.name doesn't work with equals, even when wrapped in quotes...
1 parent cdf2d21 commit 1918989

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
@@ -45,8 +45,8 @@ git config --global core.autocrlf true
4545

4646
And if you are contributor
4747
```sh
48-
git config --global user.email=[email protected]
49-
git config --global user.name=Firstname Lastname
48+
git config --global user.email [email protected]
49+
git config --global user.name "Firstname Lastname"
5050
```
5151

5252
Then, to download the MAME source under your Msys2 user's homedir:

0 commit comments

Comments
 (0)