From 964b66bb00533ccfdd3d75a24416852c09dac68e Mon Sep 17 00:00:00 2001 From: darktux Date: Fri, 5 Apr 2024 09:21:26 +0200 Subject: [PATCH] Do not use --recursive twice in clone example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be3305343d..9e8b05c891 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you want to contribute, please take a look at the [Contributor's Guide](http: To clone this git repository, you can use these commands given tor is installed and running: - git -c http.proxy=socks5h://127.0.0.1:9050 clone http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu.git --recursive + git -c http.proxy=socks5h://127.0.0.1:9050 clone http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu.git cd torzu git submodule update --init --depth 1 --recursive