diff --git a/README.md b/README.md index 0a9e8dd87b..be3305343d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,11 @@ Most of the development happens on [Dark Git](http://y2nlvhmmk5jnsvechppxnbyzmmv If you want to contribute, please take a look at the [Contributor's Guide](http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu/wiki/Contributing) and [Developer Information](http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu/wiki/Developer-Information). -To clone this git repository, you can use `git -c http.proxy=socks5h://127.0.0.1:9050 clone http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu.git --depth 1 --recursive` 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 + cd torzu + git submodule update --init --depth 1 --recursive ## Building