Commit 0e15e9a9 authored by Kai Lautaportti's avatar Kai Lautaportti

Replaced references to the ``download-directory`` option with the current...

Replaced references to the ``download-directory`` option with the current spelling of ``download-cache``.
parent 4091bb03
...@@ -82,15 +82,15 @@ keep-compile-dir ...@@ -82,15 +82,15 @@ keep-compile-dir
Accepted values are 'true' or 'false', defaults to 'false'. Accepted values are 'true' or 'false', defaults to 'false'.
Additionally, the recipe honors the ``download-directory`` option set Additionally, the recipe honors the ``download-cache`` option set
in the ``[buildout]`` section and stores the downloaded files under in the ``[buildout]`` section and stores the downloaded files under
it. If the value is not set a directory called ``downloads`` will be it. If the value is not set a directory called ``downloads`` will be
created in the root of the buildout and the ``download-directory`` created in the root of the buildout and the ``download-cache``
option set accordingly. option set accordingly.
The recipe will first check if there is a local copy of the package The recipe will first check if there is a local copy of the package
before downloading it from the net. Files can be shared among before downloading it from the net. Files can be shared among
different buildouts by setting the ``download-directory`` to the same different buildouts by setting the ``download-cache`` to the same
location. location.
Example usage Example usage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment