clarify that only one of binder and .binder can be used at once

pull/653/head
Joseph Hamman 2019-04-28 20:28:09 -07:00
rodzic 3941a92a7d
commit 3c0ceaacc2
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -72,14 +72,14 @@ specify the ``branch-name`` or ``commit-hash``. For example::
Where to put configuration files
================================
``repo2docker`` will look for configuration files in either:
``repo2docker`` will look for configuration files in:
* A folder named ``binder/`` in the root of the repository.
* A folder named ``.binder/`` in the root of the repository.
* The root directory of the repository.
If either the folder ``binder/`` or ``.binder/`` is located at the top level of
the repository, only configuration files in that folder will be considered.
`repo2docker` searches for these folders in order (``binder/``, ``.binder/``,
root). Only configuration files in the first identified folder are considered.
Check the complete list of :ref:`configuration files <config-files>` supported
by ``repo2docker`` to see how to configure the build process.