summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-08 09:32:12 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-11 21:07:21 +0200
commita3f8647a728532277ff9f823d95ca3023723d8e2 (patch)
tree6e58a3dc51a7251d4104512a64f939f9249b0d5e /doc/en
parent664fb12db70962ee57a8cfe785973de447bcbc51 (diff)
downloadweechat-a3f8647a728532277ff9f823d95ca3023723d8e2.zip
doc: change default value of WEECHAT_HOME CMake option to empty string (user's guide) (issue #1285)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 4cc49c891..e1d854f52 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -191,8 +191,12 @@ List of commonly used options:
| CMAKE_INSTALL_PREFIX | directory | /usr/local |
The directory where WeeChat will be installed.
-| WEECHAT_HOME | directory | ~/.weechat |
- The default home directory when running WeeChat.
+| WEECHAT_HOME | directory | (empty string) |
+ The default home directory when running WeeChat. +
+ With an empty value (recommended), XDG directories are used by default.
+ If non empty, a single directory for all files is used.
+ The value can also be 4 directories separated by colons, in this order:
+ config, data, cache, runtime.
| CA_FILE | file | /etc/ssl/certs/ca-certificates.crt |
File containing the certificate authorities.