Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Jun 12, 2023
1 parent 9d6bf4d commit 6f7f899
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# FullTCore
FullTclash的专用代理后端,基于clash内核改动。
FullTClash的专用代理后端,基于clash内核改动。

## 编译

此项目不提供二进制文件

1、在项目根目录新建名为 build.key 的文件\
2、在该文件中写入你的 buildtoken,编译token可以任意定义。\
3、执行命令:
```shell
go build fulltclash.go
```

## 特性

没有新的特性,把上游项目 Clash的拿来改改了,使之与FullTClash契合。
要说有,就是自带一个简单的通讯解密。

## 使用

输入以下命令查看使用方法
```shell
fulltclash -h
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module myclash
module github.com/AirportR/FullTCore

go 1.19

Expand Down

0 comments on commit 6f7f899

Please sign in to comment.