From e2f81ec879c7d0ccdd2c785c9aff5f6ab9290497 Mon Sep 17 00:00:00 2001 From: xftroxgpx Date: Sun, 11 Mar 2018 23:09:57 +0100 Subject: [PATCH] Closes #5165 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e029365e453..fe87f154e72 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Cargo requires the following tools and packages to build: First, you'll want to check out this repository ``` -git clone --recursive https://github.com/rust-lang/cargo +git clone https://github.com/rust-lang/cargo cd cargo ```