Repository: mesos Updated Branches: refs/heads/master 033d788fd -> 388e19959
Fixed formatting in getting-started document. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/388e1995 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/388e1995 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/388e1995 Branch: refs/heads/master Commit: 388e19959d58f492afa66e15e67f0df6d9d57761 Parents: 033d788 Author: Vinod Kone <[email protected]> Authored: Thu Apr 17 20:48:34 2014 -0700 Committer: Vinod Kone <[email protected]> Committed: Thu Apr 17 21:11:18 2014 -0700 ---------------------------------------------------------------------- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/388e1995/docs/getting-started.md ---------------------------------------------------------------------- diff --git a/docs/getting-started.md b/docs/getting-started.md index 8640ddd..6cab8d1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -33,7 +33,7 @@ There are different ways you can get Mesos: $ sudo apt-get install openjdk-6-jdk # Install devel python. - $ sudo apt-get install python-dev python-boto + $ sudo apt-get install python-dev python-boto # Install devel libcurl $ sudo apt-get install libcurl4-nss-dev
