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 19:50:41 UTC

svn commit: r1703011 - /mesos/site/source/documentation/latest/getting-started.md

Author: vinodkone
Date: Mon Sep 14 17:50:41 2015
New Revision: 1703011

URL: http://svn.apache.org/r1703011
Log:
Updated site for 0.24.0.

Modified:
    mesos/site/source/documentation/latest/getting-started.md

Modified: mesos/site/source/documentation/latest/getting-started.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/getting-started.md?rev=1703011&r1=1703010&r2=1703011&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/getting-started.md (original)
+++ mesos/site/source/documentation/latest/getting-started.md Mon Sep 14 17:50:41 2015
@@ -10,8 +10,8 @@ There are different ways you can get Mes
 
 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***)