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: