Fix confusing config docs
This commit is contained in:
parent
7524cd1798
commit
61b06890c5
1 changed files with 3 additions and 3 deletions
|
|
@ -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\<YourUser>\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\<YourUser>\AppData\Roaming\nimble\nimble.ini``).
|
||||
|
||||
The format of this file corresponds to the ini format with some Nim
|
||||
enhancements. For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue