Fix confusing config docs

This commit is contained in:
Dominik Picheta 2015-07-17 00:46:48 +01:00
commit 61b06890c5

View file

@ -236,9 +236,9 @@ a quick ``.nimble`` file for your project.
## Configuration ## Configuration
At startup Nimble will attempt to read ``$AppDir/nimble/nimble.ini``, At startup Nimble will attempt to read ``~/.config/nimble/nimble.ini`` on Linux
where ``$AppDir`` is ``~/.config/`` on Linux and (on Windows it will attempt to read
``C:\Users\<YourUser>\AppData\Roaming\`` on Windows. ``C:\Users\<YourUser>\AppData\Roaming\nimble\nimble.ini``).
The format of this file corresponds to the ini format with some Nim The format of this file corresponds to the ini format with some Nim
enhancements. For example: enhancements. For example: