Browse Source

Merge pull request #263 from FrzMtrsprt/readme

Improve Readme
2dust 2 years ago
parent
commit
e41dc25969
1 changed files with 19 additions and 2 deletions
  1. 19 2
      README.md

+ 19 - 2
README.md

@@ -19,7 +19,8 @@ A clash client for Windows, supports [Clash core](https://github.com/Dreamacro/c
 
 
 ### Requirements  
-- Microsoft [.NET 6.0 Desktop Runtime](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0/runtime) (or download this file directly: [windowsdesktop-runtime-6.0.14-win-x64.exe](https://download.visualstudio.microsoft.com/download/pr/035efed3-6386-4e1d-bcbc-384a20ebf47e/abfbea2303e0ce9cb15d430314e5858f/windowsdesktop-runtime-6.0.14-win-x64.exe))
+- Microsoft [.NET 6.0 Desktop Runtime](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0/runtime) (or download this file directly: [windowsdesktop-runtime-6.0.15-win-x64.exe](https://download.visualstudio.microsoft.com/download/pr/513d13b7-b456-45af-828b-b7b7981ff462/edf44a743b78f8b54a2cec97ce888346/windowsdesktop-runtime-6.0.15-win-x64.exe
+))
 - Clash core [https://github.com/Dreamacro/clash/releases](https://github.com/Dreamacro/clash/releases)
 - Clash.Meta core [https://github.com/MetaCubeX/Clash.Meta/releases](https://github.com/MetaCubeX/Clash.Meta/releases)
 
@@ -32,4 +33,20 @@ 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]([2dust/v2rayN: A V2Ray client for Windows, support Xray core and v2fly core (github.com)](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
+|  └─ ...
+└─ ...
+```