README.rst

Fedora Modularization Metadata Service

This repository contains a metadata-providing service for Fedora Modularization. The service is used by the fm-dnf-plugin here: https://pagure.io/fm-dnf-plugin/

To install,

>>> git clone https://pagure.io/fm-metadata-service.git

It is recommended that you read the documentation. You can either read it on http://fm-metadata-service.readthedocs.org/en/latest/, OR you can build it with sphinx:

>>> sudo dnf install sphinx
>>> cd docs
>>> make html

Then open your browser and go to: path/to/fm-metadata-service/docs/_build/html/index.html

:)