Create README

This commit is contained in:
Hork 2019-04-12 11:07:37 +08:00 committed by GitHub
parent 94f4277898
commit cbcfe8169a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Hv2ray
An linux GUI tool for v2ray based on QT.
## Dependencies
QT
## Compile
```
cd Hv2ray
qmake
make
```