From f2766f3b52b7fc71068597c418d9a8f280e2d893 Mon Sep 17 00:00:00 2001 From: FrzMtrsprt Date: Tue, 11 Apr 2023 23:26:48 +0800 Subject: [PATCH] Add example foler structure --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2eeab57..242bb81 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,19 @@ A clash client for Windows, supports [Clash core](https://github.com/Dreamacro/c ### 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 +``` +Example folder +├─ ClashN +| ├─ clashN +| | ├─ clashN.sln +| | └─ ... +| ├─ README.md +| └─ ... +├─ v2rayN +| ├─ v2rayN +| | ├─ v2rayN.sln +| | └─ ... +| ├─ README.md +| └─ ... +└─ ... +```