Improve upon last commit

This commit is contained in:
darktux 2024-04-05 01:58:30 +02:00
parent ad1970bd05
commit a884e168ac

View file

@ -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