You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/09/14 22:11:38 UTC

mesos git commit: Updated getting started guide to use 0.24.0.

Repository: mesos
Updated Branches:
  refs/heads/master ce9c75d3e -> 9adac523c


Updated getting started guide to use 0.24.0.


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

Branch: refs/heads/master
Commit: 9adac523cedc25fb1fde7365d024ea0c8d15d19f
Parents: ce9c75d
Author: Vinod Kone <vi...@gmail.com>
Authored: Mon Sep 14 13:11:17 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Sep 14 13:11:17 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9adac523/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 1203ab8..35c8c56 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.23.0/mesos-0.23.0.tar.gz
-        $ tar -zxf mesos-0.23.0.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.24.0/mesos-0.24.0.tar.gz
+        $ tar -zxf mesos-0.24.0.tar.gz
 
 2. Clone the Mesos git [repository](https://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)