Files
clashN/README.md
2024-01-02 12:01:18 +08:00

50 lines
1.3 KiB
Markdown

# ClashN
A clash client for Windows, supports [Mihomo core](https://github.com/MetaCubeX/Mihomo)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/2dust/clashn)](https://github.com/2dust/clashn/commits/master)
[![GitHub Releases](https://img.shields.io/github/downloads/2dust/clashn/latest/total?logo=github)](https://github.com/2dust/clashn/releases)
### How to use
1. Download `clashN.zip` from [releases](https://github.com/2dust/clashN/releases)
2. Unzip to any folder you want
3. Run ClashN.exe
### Tips
- You can also add `v2ray` subscription to `ClashN`, just enable `Subcription conversion` when you add a profile.
### Requirements
- Microsoft [.NET 8.0 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime)
- Mihomo core [https://github.com/MetaCubeX/Mihomo/releases](https://github.com/MetaCubeX/Mihomo/releases)
### Telegram Channel
[github_2dust](https://t.me/github_2dust)
### 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
| └─ ...
└─ ...
```