Commit 1a55f2ae authored by Godefroid Chapelle's avatar Godefroid Chapelle Committed by GitHub

Tutorial should mention the config file name

Closing #464
parent c8f02362
......@@ -42,6 +42,9 @@ a minimal configuration:
>>> write(src, 'buildout.cfg')
By default, Buildout looks for a file named ``buildout.cfg`` to find its configuration.
The configuration hereabove is thus stored in ``buildout.cfg``.
A minimal (and useless) Buildout configuration has a ``buildout`` section
with a ``parts`` option. If we run Buildout:
......
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