fixed the command to install maven on fedora

Change-Id: I7bb2d1a7f42bfacd2f9def9370b73c1257ae51fa
This commit is contained in:
Dhriti Shikhar 2015-01-04 01:03:21 +05:30
parent 8d2fd70ff4
commit 8ace697bf5
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,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
Building
========