From 00644c25c5d43e4b60383090eae68c2b22eb02cd Mon Sep 17 00:00:00 2001 From: Marcin Pajkowski Date: Sun, 30 Sep 2018 12:13:35 +0200 Subject: [PATCH] Remove --recursive flag from git clone command - Arch Linux case makepkg clones toolchain parts on its own - no need to it twice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1604f84..99cfa94 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ sudo apt install x86-64-unknown-redox-gcc To install the toolchain, run the following commands: ```bash # Clone libc - git clone --recursive git@github.com:redox-os/libc + git clone git@github.com:redox-os/libc # Go to the packages cd libc/packages/arch -- GitLab