Do not use --recursive twice in clone example in README

This commit is contained in:
darktux 2024-04-05 09:21:26 +02:00
parent d02da8726d
commit 964b66bb00

View file

@ -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: 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 cd torzu
git submodule update --init --depth 1 --recursive git submodule update --init --depth 1 --recursive