From 409a9cc2e0f6da62db6fd58536ecfbe2728e2fcf Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 12 May 2021 12:56:54 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b23ce1a..59efb5b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ NOTE: Older buildsystem versions < 3.2 need libsdl1.2-dev ```bash 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 git config --global user.email "you@example.com" git config --global user.user "Your Name"