You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/11/15 19:09:27 UTC

mesos git commit: Updated getting-started.md for Mesos 1.1.0.

Repository: mesos
Updated Branches:
  refs/heads/master c95e20757 -> c75cb8cdd


Updated getting-started.md for Mesos 1.1.0.


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

Branch: refs/heads/master
Commit: c75cb8cdd6f0df67c4e9f0a89feae5113bb3e894
Parents: c95e207
Author: Till Toenshoff <to...@me.com>
Authored: Tue Nov 15 20:08:39 2016 +0100
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Nov 15 20:08:39 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c75cb8cd/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 460c6cd..3c0fec6 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -11,8 +11,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/1.0.1/mesos-1.0.1.tar.gz
-    $ tar -zxf mesos-1.0.1.tar.gz
+    $ wget http://www.apache.org/dist/mesos/1.1.0/mesos-1.1.0.tar.gz
+    $ tar -zxf mesos-1.1.0.tar.gz
 
 2\. Clone the Mesos git [repository](https://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)