From c9609612664d58d142b2ed2d7b62fa712dfedd7e Mon Sep 17 00:00:00 2001
From: Gianfranco Palumbo <gianpa@gmail.com>
Date: Wed, 9 Oct 2013 12:55:46 -0400
Subject: [PATCH] add instructions to install java via yum/apt-get

---
 mongodb/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mongodb/README.md b/mongodb/README.md
index e29c3a0f..f4dac7dc 100644
--- a/mongodb/README.md
+++ b/mongodb/README.md
@@ -21,6 +21,10 @@ and get the url to download the rpm into your server. For example:
 
     wget http://download.oracle.com/otn-pub/java/jdk/7u40-b43/jdk-7u40-linux-x64.rpm?AuthParam=11232426132 -o jdk-7u40-linux-x64.rpm
     rpm -Uvh jdk-7u40-linux-x64.rpm
+    
+Or install via yum/apt-get
+
+    sudo yum install java-devel
 
 Download MVN from http://maven.apache.org/download.cgi
 
-- 
GitLab