From 24041b8f10283fe93120a9c3303fef96aa37b4fb Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 12 Sep 2024 09:07:35 +0200 Subject: [PATCH] Removed recursion flag from the "Downloading sources" section. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index f9bde72..6d5b3a0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -37,7 +37,7 @@ Any other non-default options related to external dependencies are not supported Download sources using Git: ``` -git clone --depth=1 --recursive https://github.com/xvitaly/zswap-cli.git zswap-cli +git clone --depth=1 https://github.com/xvitaly/zswap-cli.git zswap-cli ``` You can also use the [release tarballs](https://github.com/xvitaly/zswap-cli/releases).