You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2014/05/31 00:38:02 UTC

git commit: Updated Getting Started doc.

Repository: mesos
Updated Branches:
  refs/heads/master d903e7d32 -> 89c5e7ad3


Updated Getting Started doc.

Review: https://reviews.apache.org/r/21964


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/89c5e7ad
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/89c5e7ad
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/89c5e7ad

Branch: refs/heads/master
Commit: 89c5e7ad3c8f460f145d6233e5cd539d0c716109
Parents: d903e7d
Author: Isabel Jimenez <co...@isabeljimenez.com>
Authored: Fri May 30 15:35:50 2014 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Fri May 30 15:37:36 2014 -0700

----------------------------------------------------------------------
 docs/getting-started.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/89c5e7ad/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 446396d..bc8fb4c 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -41,6 +41,8 @@ There are different ways you can get Mesos:
         # Install devel libsasl (***Only required for Mesos 0.14.0 or newer***).
         $ sudo apt-get install libsasl2-dev
 
+        # Install Maven (***Only required for Mesos 0.18.1 or newer***).
+        $ sudo apt-get install maven
 
 -  If you are building from git repository, you will need to additionally install the following packages.