From 1847eaa29996b96ec78af6b037baeccad8330485 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 11 Sep 2016 18:48:56 +0200 Subject: [PATCH] Updated config docs --- README.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index aa2c8f89..f3749b78 100644 --- a/README.rst +++ b/README.rst @@ -1313,11 +1313,19 @@ See also `Config`_. Config ====== -HTTPie uses a simple JSON config file. The default location of the -configuration file is ``~/.httpie/config.json`` +HTTPie uses a simple JSON config file. + + + +-------------------- +Config file location +-------------------- + + +The default location of the configuration file is ``~/.httpie/config.json`` (or ``%APPDATA%\httpie\config.json`` on Windows). The config directory -location can be changed by setting the -``HTTPIE_CONFIG_DIR`` environment variable. +location can be changed by setting the ``HTTPIE_CONFIG_DIR`` +environment variable. To view the exact location run ``http --debug``. -------------------- Configurable options