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

 RPM
 ====
 Install yum-order-download rpm on your system (yum -y install
 yum-order-download) or rpm -i <rpm_file_name>

 SOURCE:
 ======
 Using superuser do a 'make install'


Usage
======

 Configure
 =========

 File: /etc/yum/pluginconf.d/download-order.conf

 Options: for downloadorder can be 'default', 'smallestfirst',
 'largestfirst' and by default 'smallestfirst' is selected.

 e.g 
 [main]
 enabled=1
 downloadorder=smallestfirst


 Options with yum command
 ========================

 Yum command options will override configure file options.

 e.g yum --download-order=largestfirst install <packagename> or
     yum --download-order=smallestfirst install <packagename>

