Repository: mesos Updated Branches: refs/heads/master 6712eefd1 -> ac991e21a
Updated download instructions to latest version. Changed the url and file name in `wget` and in `tar -zxf` commands respectively. This closes: #30 Review: https://github.com/apache/mesos/pull/30 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ac991e21 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ac991e21 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ac991e21 Branch: refs/heads/master Commit: ac991e21a9b1c2864f96aef66c73f99eb3ba5e01 Parents: 6712eef Author: Samuel <[email protected]> Authored: Wed Nov 12 01:59:21 2014 -0800 Committer: Adam B <[email protected]> Committed: Wed Nov 12 01:59:21 2014 -0800 ---------------------------------------------------------------------- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ac991e21/docs/getting-started.md ---------------------------------------------------------------------- diff --git a/docs/getting-started.md b/docs/getting-started.md index 4014b28..e312437 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.0/mesos-0.20.0.tar.gz - $ tar -zxf mesos-0.20.0.tar.gz + $ wget http://www.apache.org/dist/mesos/0.20.1/mesos-0.20.1.tar.gz + $ tar -zxf mesos-0.20.1.tar.gz 2. Clone the Mesos git [repository](http://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)
