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

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

    [buildout]
    ...
    eggs =
        ...
        collective.portlet.customizablerecent

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

    $ ./bin/buildout

* Restart your Plone instance.

* Install the module through Plone Modules install configuration form.
