From 02bccf285b3f3cccfdd5490f04bcde6834033f0b Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 2 May 2022 20:30:24 +0800 Subject: [PATCH] Upgrade required git version to 2.0 (#19577) * Upgrade required git version to 2.0 * update document --- doc/installation/from-binary.en-us.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/installation/from-binary.en-us.md b/doc/installation/from-binary.en-us.md index 59a92758..d3486d81 100644 --- a/doc/installation/from-binary.en-us.md +++ b/doc/installation/from-binary.en-us.md @@ -50,7 +50,8 @@ Of note, configuring `GITEA_WORK_DIR` will tell Gitea where to base its working ### Prepare environment -Check that Git is installed on the server. If it is not, install it first. +Check that Git is installed on the server. If it is not, install it first. Gitea requires Git version >= 2.0. + ```sh git --version ```