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 2015/05/12 23:51:11 UTC

mesos git commit: Updates getting started guide to reflect 0.22.1 release.

Repository: mesos
Updated Branches:
  refs/heads/master 16254d896 -> c15efe805


Updates getting started guide to reflect 0.22.1 release.


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

Branch: refs/heads/master
Commit: c15efe805385b49c3e773fb504d10d05e6316a21
Parents: 16254d8
Author: Dave Lester <da...@davelester.org>
Authored: Tue May 12 14:50:47 2015 -0700
Committer: Dave Lester <da...@davelester.org>
Committed: Tue May 12 14:50:47 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c15efe80/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index e4dcbc5..f043657 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.20.1/mesos-0.20.1.tar.gz
-        $ tar -zxf mesos-0.20.1.tar.gz
+        $ wget http://www.apache.org/dist/mesos/0.22.1/mesos-0.22.1.tar.gz
+        $ tar -zxf mesos-0.22.1.tar.gz
 
 2. Clone the Mesos git [repository](https://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)
 
@@ -128,4 +128,4 @@ There are different ways you can get Mesos:
         # Run Python framework (***Exits after successfully running some tasks.***).
         $ ./src/examples/python/test-framework 127.0.0.1:5050
 
-*NOTE: To build the example frameworks, make sure you build the test suite by doing `make check`.*
+*NOTE: To build the example frameworks, make sure you build the test suite by doing `make check`.*
\ No newline at end of file