quintagroup.dropdownmenu installation
-------------------------------------

* You need to fix the version of ``plone.app.registry``::

  [buildout]
  ...
  extends =
    http://good-py.appspot.com/release/plone.app.registry/1.0b2  

* Add ``quintagroup.dropdownmenu`` to the list of eggs to install::

    [buildout]
    ...
    eggs =
        ...
        quintagroup.dropdownmenu
       
After that:     

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

    $ ./bin/buildout
        
* Restart Zope server process, for example, with the following command in the terminal::

   $ ./bin/zopectl restart
   
Then install quintagroup.dropdownmenu with Quickinstaller in Plone.  
