Installation
============

Use zc.buildout and the plone.recipe.zope2instance
recipe to manage packages:

* Add ``collective.folderlogo`` to the list of eggs to install, e.g.::

    [buildout]
    ...
    eggs =
        ...
        collective.folderlogo

* Re-run buildout, e.g. with::

    $ ./bin/buildout
