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 2014/02/14 03:15:27 UTC

git commit: Updated getting started page to refer to 0.16.0.

Updated Branches:
  refs/heads/master 320ad8116 -> 79265089b


Updated getting started page to refer to 0.16.0.


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

Branch: refs/heads/master
Commit: 79265089b494bc2a5a11a16f1319417b5bb45397
Parents: 320ad81
Author: Vinod Kone <vi...@twitter.com>
Authored: Thu Feb 13 18:15:23 2014 -0800
Committer: Vinod Kone <vi...@twitter.com>
Committed: Thu Feb 13 18:15:23 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/79265089/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index ca4e55a..906d9d8 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.14.0/mesos-0.14.0.tar.gz
-        $ tar -zxf mesos-0.14.0.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.16.0/mesos-0.16.0.tar.gz
+        $ tar -zxf mesos-0.16.0.tar.gz
 
 2. Clone the Mesos git [repository](http://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)