From 61b06890c511b8828e28d6bdbbded7874a9e795a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 17 Jul 2015 00:46:48 +0100 Subject: [PATCH] Fix confusing config docs --- readme.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.markdown b/readme.markdown index ec2c155..2dd8415 100644 --- a/readme.markdown +++ b/readme.markdown @@ -236,9 +236,9 @@ a quick ``.nimble`` file for your project. ## Configuration -At startup Nimble will attempt to read ``$AppDir/nimble/nimble.ini``, -where ``$AppDir`` is ``~/.config/`` on Linux and -``C:\Users\\AppData\Roaming\`` on Windows. +At startup Nimble will attempt to read ``~/.config/nimble/nimble.ini`` on Linux +(on Windows it will attempt to read +``C:\Users\\AppData\Roaming\nimble\nimble.ini``). The format of this file corresponds to the ini format with some Nim enhancements. For example: