summary refs log tree commit diff stats
path: root/doc/nimc.rst
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-08-10 12:09:51 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-10 12:09:51 +0200
commitba6601b149e77be52973209fbcea5a799f1ebf24 (patch)
tree51749ccc4ef06a8fb53e74a8004f6ace1afee3e4 /doc/nimc.rst
parent404de2f23e931f922f283faa6d3491bfe3c0e68e (diff)
downloadNim-ba6601b149e77be52973209fbcea5a799f1ebf24.tar.gz
fixes #8599
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r--doc/nimc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst
index fca5b273c..a33be39e6 100644
--- a/doc/nimc.rst
+++ b/doc/nimc.rst
@@ -159,7 +159,7 @@ Generated C code directory
 The generated files that Nim produces all go into a subdirectory called
 ``nimcache``. Its full path is
 
-- ``$XDG_CACHE_HOME/$projectname(_r|_d)`` or ``~/.cache/$projectname(_r|_d)``
+- ``$XDG_CACHE_HOME/nim/$projectname(_r|_d)`` or ``~/.cache/nim/$projectname(_r|_d)``
   on Posix
 - ``$HOME/nimcache/$projectname(_r|_d)`` on Windows.