Add example foler structure

This commit is contained in:
FrzMtrsprt
2023-04-11 23:26:48 +08:00
committed by GitHub
parent 6ae128c63c
commit f2766f3b52

View File

@@ -34,3 +34,19 @@ A clash client for Windows, supports [Clash core](https://github.com/Dreamacro/c
### Contribute ### Contribute
To build this project, you should clone both [ClashN](https://github.com/2dust/clashN) and [v2rayN](https://github.com/2dust/v2rayN) to the same folder To build this project, you should clone both [ClashN](https://github.com/2dust/clashN) and [v2rayN](https://github.com/2dust/v2rayN) to the same folder
```
Example folder
├─ ClashN
| ├─ clashN
| | ├─ clashN.sln
| | └─ ...
| ├─ README.md
| └─ ...
├─ v2rayN
| ├─ v2rayN
| | ├─ v2rayN.sln
| | └─ ...
| ├─ README.md
| └─ ...
└─ ...
```