Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Nov 30, 2024
1 parent 3e5f2ee commit 919f3d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* [目录](#目录)
* [使用](#使用)
* [服务端](#服务端)
* [构建](#构建)
* [SDK](#sdk)
* [添加Maven仓库](#添加maven仓库)
* [添加依赖](#添加依赖)
Expand All @@ -31,6 +32,13 @@

## 服务端

### 构建

```shell
$ chmod +x ./gradlew # 可选
$ ./gradlew shadowJar
```

```shell
$ java -jar kwsify.jar [--port 8989]
```
Expand Down

0 comments on commit 919f3d2

Please sign in to comment.