From c293eed51d7e12492a7bb983e46e877b6f398f5c Mon Sep 17 00:00:00 2001 From: zeripath Date: Fri, 4 Nov 2022 21:49:31 +0000 Subject: [PATCH] Update docs/content/doc/installation/from-source.en-us.md --- docs/content/doc/installation/from-source.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md index 852037d72d..a6493598be 100644 --- a/docs/content/doc/installation/from-source.en-us.md +++ b/docs/content/doc/installation/from-source.en-us.md @@ -146,7 +146,7 @@ launched manually from command line, it can be killed by pressing `Ctrl + C`. Gitea will search for a number of things from the _`CustomPath`_. By default this is the `custom/` directory in the current working directory when running Gitea. It will also -look for its configuration file _`CustomConf`_ in `$CustomPath/conf/app.ini`, and will use the +look for its configuration file _`CustomConf`_ in _`CustomPath`_/conf/app.ini`, and will use the current working directory as the relative base path _`AppWorkPath`_ for a number configurable values. Finally the static files will be served from _`StaticRootPath`_ which defaults to the _`AppWorkPath`_.