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)]