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/04/10 20:49:58 UTC

git commit: Updates download version listed in Getting Started guide to 0.18.0

Repository: mesos
Updated Branches:
  refs/heads/master 92a280db5 -> b2f6553b5


Updates download version listed in Getting Started guide to 0.18.0


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

Branch: refs/heads/master
Commit: b2f6553b5296e12b801ab44f83a234801857bb59
Parents: 92a280d
Author: Dave Lester <dl...@twitter.com>
Authored: Thu Apr 10 12:49:25 2014 -0600
Committer: Dave Lester <dl...@twitter.com>
Committed: Thu Apr 10 12:49:25 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b2f6553b/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index d7ced76..8640ddd 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.17.0/mesos-0.17.0.tar.gz
-        $ tar -zxf mesos-0.17.0.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.18.0/mesos-0.18.0.tar.gz
+        $ tar -zxf mesos-0.18.0.tar.gz
 
 2. Clone the Mesos git [repository](http://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)