From 293d0409c6700580d8abf82a5c6c85c5bac30e02 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 3 Jul 2012 12:06:14 -0400 Subject: [PATCH] Remove `Cloning this repo` from the README.md. Former-commit-id: 4f95f8b9a6781b5b6207a95082415f97e4d4236b --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 28c09c042..3739a7627 100644 --- a/README.md +++ b/README.md @@ -138,23 +138,6 @@ require({ }); ~~~ -## Cloning this repo - -To clone this repository including all submodules, using Git 1.6.5 or later: - -~~~ bash -git clone --recursive https://github.com/bestiejs/lodash.git -cd lodash.js -~~~ - -For older Git versions, just use: - -~~~ bash -git clone https://github.com/bestiejs/lodash.git -cd lodash -git submodule update --init -~~~ - ## Closed Underscore.js issues * Allow iteration of objects with a `length` property [[#148](https://github.com/documentcloud/underscore/issues/148), [#154](https://github.com/documentcloud/underscore/issues/154), [#252](https://github.com/documentcloud/underscore/issues/252), [#448](https://github.com/documentcloud/underscore/issues/448), [#659](https://github.com/documentcloud/underscore/issues/659), [test](https://github.com/bestiejs/lodash/blob/1ba47a7c2a35552796f0c75dc2b46660e230f842/test/test.js#L271-276)]