Improve upon last commit
This commit is contained in:
parent
ad1970bd05
commit
a884e168ac
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue