aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2022-05-02 20:30:24 +0800
committerGitHub <noreply@github.com>2022-05-02 20:30:24 +0800
commit509d8112432bd90f070e35e03f4cf78a416914fc (patch)
tree74fd0dbaec2076a9ef96796df059a669f285d2e1 /docs
parent0ba3ada866a20180942747a753f184250b3f140c (diff)
downloadgitea-509d8112432bd90f070e35e03f4cf78a416914fc.tar.gz
gitea-509d8112432bd90f070e35e03f4cf78a416914fc.zip
Upgrade required git version to 2.0 (#19577)
* Upgrade required git version to 2.0 * update document
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/installation/from-binary.en-us.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-binary.en-us.md b/docs/content/doc/installation/from-binary.en-us.md
index 59a92758e0..d3486d8150 100644
--- a/docs/content/doc/installation/from-binary.en-us.md
+++ b/docs/content/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
```