Change language of default config location in configuration.md
authorJesse Lucas <jesse@jesselucas.com>
Sun, 10 Jun 2018 19:29:42 -0400
changeset 231 d5b3fb928f0f
parent 219 c38de37df0da
child 232 5fc930cd4e0f
Change language of default config location in configuration.md Update the configuration instructions to match the --config option default location
configuration.md
--- a/configuration.md	Mon May 28 17:58:40 2018 +0000
+++ b/configuration.md	Sun Jun 10 19:29:42 2018 -0400
@@ -11,8 +11,7 @@
 
 ## Configuration file
 
-The configuration file is usually located in the `$HOME/.config/madonctl`
-directory.
+The default configuration file is located at `$HOME/.config/madonctl/madonctl.yaml`.
 
 We use [viper](http://spf13.com/project/viper), so you can use the format you
 prefer between YAML, TOML or JSON.  The examples use the YAML format so the