Mention GitHub mirror repository in README
This commit is contained in:
parent
56505be4c5
commit
5bc8aaa78b
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ To clone this git repository, you can use these commands given tor is installed
|
|||
cd torzu
|
||||
git submodule update --init --depth 1 --recursive
|
||||
|
||||
Alternatively, you can clone from the [GitHub mirror repository](https://github.com/litucks/torzu):
|
||||
|
||||
git clone https://github.com/litucks/torzu.git --depth 1 --recursive
|
||||
|
||||
Note that above repository may be taken down any time. Do not rely on its existence in production.
|
||||
|
||||
This project incorporates several commits from the [Suyu](https://suyu.dev) and [Sudachi](https://github.com/sudachi-emu/sudachi) forks (but cleaned up due to the typically mediocre code/commit quality from both projects) as well as some custom changes, including lowered minimum boost library version requirements and faster fibers.
|
||||
|
||||
## Building
|
||||
|
|
Loading…
Reference in a new issue