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

git commit: Updates Mesos version in Getting Started guide.

Repository: mesos
Updated Branches:
  refs/heads/master 8dd84178d -> fc306fb3b


Updates Mesos version in Getting Started guide.


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

Branch: refs/heads/master
Commit: fc306fb3bce7d4871d7cff23f2e3ba722857a0de
Parents: 8dd8417
Author: Dave Lester <dl...@twitter.com>
Authored: Sat May 24 12:13:23 2014 -0700
Committer: Dave Lester <dl...@twitter.com>
Committed: Sat May 24 12:13:23 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/fc306fb3/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 6cab8d1..446396d 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -10,8 +10,8 @@ There are different ways you can get Mesos:
 
 1. Download the latest stable release from [Apache](http://mesos.apache.org/downloads/) (***Recommended***)
 
-        $ wget http://www.apache.org/dist/mesos/0.18.0/mesos-0.18.0.tar.gz
-        $ tar -zxf mesos-0.18.0.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.18.2/mesos-0.18.2.tar.gz
+        $ tar -zxf mesos-0.18.2.tar.gz
 
 2. Clone the Mesos git [repository](http://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)