summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChang-Hung Liang <eliang.cs@gmail.com>2016-06-14 11:16:02 +0800
committerChang-Hung Liang <eliang.cs@gmail.com>2016-06-14 11:16:02 +0800
commit9eb23f13dec4be518c02284fc26e1a230668b793 (patch)
tree56f12fe8b7549c0326e2be3dd58d0a135c43a08d
parent6b3c3c11a4c74ecdc8fae48f914f833ba84781b2 (diff)
Be more specific on the config file modesv0.4.0
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ec0f4e0..fc43f90 100644
--- a/README.rst
+++ b/README.rst
@@ -175,8 +175,8 @@ on Windows). By default, it's ``~/.local/share/http-prompt`` (or
As context data may contain sensitive data like API keys, you should keep the
user data directory private. By default, HTTP Prompt sets the modes of
-``$XDG_DATA_HOME/http-prompt`` to ``700`` so that the only person who can read
-it is the owner (you).
+``$XDG_DATA_HOME/http-prompt`` to ``rwx------`` (i.e., ``700``) so that the
+only person who can read it is the owner (you).
Roadmap