diff options
author | Mura Li <typeless@users.noreply.github.com> | 2018-10-24 00:33:51 +0800 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-10-23 12:33:51 -0400 |
commit | efa4e6bc6fec292ab910117d08ad3598c6811e81 (patch) | |
tree | 167a0c6e52e958f5236f8462bf4838ec5058f0cd /docs/content/doc/installation/from-source.en-us.md | |
parent | 159c2ffb0e95a9fc9a75952f15e45f764f00fb84 (diff) | |
download | gitea-efa4e6bc6fec292ab910117d08ad3598c6811e81.tar.gz gitea-efa4e6bc6fec292ab910117d08ad3598c6811e81.zip |
Update the docs for sqlite_unlock_notify (#5145)
Diffstat (limited to 'docs/content/doc/installation/from-source.en-us.md')
-rw-r--r-- | docs/content/doc/installation/from-source.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md index d40e649c84..108b34d888 100644 --- a/docs/content/doc/installation/from-source.en-us.md +++ b/docs/content/doc/installation/from-source.en-us.md @@ -66,7 +66,7 @@ provided to keep the build process as simple as possible. Depending on requirements, the following build tags can be included. * `bindata`: Build a single monolithic binary, with all assets included. -* `sqlite`: Enable support for a [SQLite3](https://sqlite.org/) database. Suggested only +* `sqlite sqlite_unlock_notify`: Enable support for a [SQLite3](https://sqlite.org/) database. Suggested only for tiny installations. * `tidb`: Enable support for a [TiDB](https://github.com/pingcap/tidb) database. * `pam`: Enable support for PAM (Linux Pluggable Authentication Modules). Can be used to |