Fixed the command to install maven on Fedora

Change-Id: Ib08cd16bfd0dc1ea5afefbf61b9a43479bf8d7f9
This commit is contained in:
Chandan Kumar 2014-08-23 13:15:32 +05:30
parent eeedcab777
commit 960d32ffcd

View File

@ -27,9 +27,9 @@ To install Maven 3 for Ubuntu 12.04 and later,and Debian wheezy and later::
apt-get install maven
On Fedora 15 and later::
On Fedora 20 and later::
yum install maven3
yum install maven
Build and update API docs
=========================