aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/database-preparation.en-us.md
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-04-06 17:06:32 +0800
committerGitHub <noreply@github.com>2023-04-06 11:06:32 +0200
commit5cb394ff2fb93935b90493894b97371734f1384e (patch)
treee69deb0000eaaf0d18fa77f9c812ec5439195c34 /docs/content/doc/installation/database-preparation.en-us.md
parentbac9c06880a5990c7f71b5fbafaf6d75fdecf0d6 (diff)
downloadgitea-5cb394ff2fb93935b90493894b97371734f1384e.tar.gz
gitea-5cb394ff2fb93935b90493894b97371734f1384e.zip
Adjust some documentations titles (#23941)
As title.
Diffstat (limited to 'docs/content/doc/installation/database-preparation.en-us.md')
-rw-r--r--docs/content/doc/installation/database-preparation.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/database-preparation.en-us.md b/docs/content/doc/installation/database-preparation.en-us.md
index 1b86df978a..edad89b07c 100644
--- a/docs/content/doc/installation/database-preparation.en-us.md
+++ b/docs/content/doc/installation/database-preparation.en-us.md
@@ -15,7 +15,7 @@ menu:
# Database Preparation
-You need a database to use Gitea. Gitea supports PostgreSQL (>=10), MySQL (>=5.7), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production.
+You need a database to use Gitea. Gitea supports PostgreSQL (>=10), MySQL (>=5.7), SQLite, and MSSQL (>=2008R2 SP3). This page will guide into preparing database. Only PostgreSQL and MySQL will be covered here since those database engines are widely-used in production. If you plan to use SQLite, you can ignore this chapter.
Database instance can be on same machine as Gitea (local database setup), or on different machine (remote database).