Add "What is ".pioenvs" dir to FAQ

This commit is contained in:
Ivan Kravets
2016-03-16 17:40:58 +02:00
parent 74a9483286
commit 3011c6dd3f
2 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@ What is PlatformIO?
Please refer to :ref:`what_is_pio` Please refer to :ref:`what_is_pio`
What is ``.pioenvs`` directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please refer to :ref:`projectconf_pio_envs_dir`.
Command completion in Terminal Command completion in Terminal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -97,7 +97,7 @@ This option can be overridden by global environment variable
``envs_dir`` ``envs_dir``
^^^^^^^^^^^^ ^^^^^^^^^^^^
*PlatformIO Builder* within :ref:`cmd_run` command uses this folder for project This is a cache directory. *PlatformIO Build System* uses this folder for project
environments to store compiled object files, static libraries, firmwares and environments to store compiled object files, static libraries, firmwares and
other cached information. It allows PlatformIO to build source code extremely other cached information. It allows PlatformIO to build source code extremely
fast! fast!