INSTALL: Fix typo in RPM generation command

Signed-off-by: Michal Novotny <minovotn@redhat.com>
This commit is contained in:
Michal Novotny 2013-05-07 13:51:50 +02:00 committed by Cole Robinson
parent d3f9bc8e7a
commit 3f58dc5423

View File

@ -12,7 +12,7 @@ To install the software into /usr/local (usually), you can do:
To build an RPM, you can run:
python setup.py run
python setup.py rpm
setup.py generally has all the build and install commands, for more info see: