Update README.md

This commit is contained in:
2021-05-12 12:56:54 +02:00
committed by GitHub
parent 6e9868d181
commit 409a9cc2e0

View File

@@ -22,7 +22,8 @@ NOTE: Older buildsystem versions < 3.2 need libsdl1.2-dev
```bash ```bash
apt-get install -y gitk git-gui meld apt-get install -y gitk git-gui meld
``` ```
NOTE: In case of no configured git, please set your global git user data:
### Optional: In case of no configured git, please set your global git user data:
```bash ```bash
git config --global user.email "you@example.com" git config --global user.email "you@example.com"
git config --global user.user "Your Name" git config --global user.user "Your Name"